123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799 |
- [
- {
- "name": "evenement/evenement",
- "version": "v1.0.0",
- "version_normalized": "1.0.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/igorw/evenement.git",
- "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
- "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2012-05-30 15:01:08",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Evenement": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch",
- "homepage": "http://wiedler.ch/igor/"
- }
- ],
- "description": "Événement is a very simple event dispatching library for PHP 5.3",
- "keywords": [
- "event-dispatcher"
- ]
- },
- {
- "name": "doctrine/cache",
- "version": "v1.3.0",
- "version_normalized": "1.3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/cache.git",
- "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
- "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "conflict": {
- "doctrine/common": ">2.2,<2.4"
- },
- "require-dev": {
- "phpunit/phpunit": ">=3.7",
- "satooshi/php-coveralls": "~0.6"
- },
- "time": "2013-10-25 19:04:14",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Doctrine\\Common\\Cache\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jonathan H. Wage",
- "email": "jonwage@gmail.com",
- "homepage": "http://www.jwage.com/",
- "role": "Creator"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com",
- "homepage": "http://www.instaclick.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "http://jmsyst.com",
- "role": "Developer of wrapped JMSSerializerBundle"
- }
- ],
- "description": "Caching library offering an object-oriented API for many cache backends",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "cache",
- "caching"
- ]
- },
- {
- "name": "psr/log",
- "version": "1.0.0",
- "version_normalized": "1.0.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
- "shasum": ""
- },
- "time": "2012-12-21 11:40:51",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Psr\\Log\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ]
- },
- {
- "name": "alchemy/binary-driver",
- "version": "1.5.0",
- "version_normalized": "1.5.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/alchemy-fr/BinaryDriver.git",
- "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
- "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
- "shasum": ""
- },
- "require": {
- "evenement/evenement": "~1.0",
- "monolog/monolog": "~1.3",
- "php": ">=5.3.3",
- "psr/log": "~1.0",
- "symfony/process": "~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- },
- "time": "2013-06-21 15:51:20",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Alchemy": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Romain Neutron",
- "email": "imprec@gmail.com",
- "homepage": "http://www.lickmychip.com/"
- },
- {
- "name": "Nicolas Le Goff",
- "email": "legoff.n@gmail.com"
- },
- {
- "name": "Phraseanet Team",
- "email": "info@alchemy.fr",
- "homepage": "http://www.phraseanet.com/"
- }
- ],
- "description": "A set of tools to build binary drivers",
- "keywords": [
- "binary",
- "driver"
- ]
- },
- {
- "name": "php-ffmpeg/php-ffmpeg",
- "version": "0.3.x-dev",
- "version_normalized": "0.3.9999999.9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
- "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
- "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
- "shasum": ""
- },
- "require": {
- "alchemy/binary-driver": "~1.5",
- "doctrine/cache": "~1.0",
- "evenement/evenement": "~1.0",
- "neutron/temporary-filesystem": "~2.1, >=2.1.1",
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7",
- "sami/sami": "~1.0",
- "silex/silex": "~1.0"
- },
- "suggest": {
- "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
- },
- "time": "2013-10-21 12:13:46",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.4-dev"
- }
- },
- "installation-source": "source",
- "autoload": {
- "psr-0": {
- "FFMpeg": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Romain Neutron",
- "email": "imprec@gmail.com",
- "homepage": "http://www.lickmychip.com/"
- },
- {
- "name": "Phraseanet Team",
- "email": "info@alchemy.fr",
- "homepage": "http://www.phraseanet.com/"
- }
- ],
- "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
- "keywords": [
- "audio",
- "audio processing",
- "avconv",
- "avprobe",
- "ffmpeg",
- "ffprobe",
- "video",
- "video processing"
- ]
- },
- {
- "name": "monolog/monolog",
- "version": "1.9.1",
- "version_normalized": "1.9.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "65026b610f8c19e61d7242f600530677b0466aac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/65026b610f8c19e61d7242f600530677b0466aac",
- "reference": "65026b610f8c19e61d7242f600530677b0466aac",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "psr/log": "~1.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "~2.4, >2.4.8",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "phpunit/phpunit": "~3.7.0",
- "raven/raven": "~0.5",
- "ruflin/elastica": "0.90.*"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "raven/raven": "Allow sending log messages to a Sentry server",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
- },
- "time": "2014-04-24 13:29:03",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.9.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be",
- "role": "Developer"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "http://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ]
- },
- {
- "name": "neutron/temporary-filesystem",
- "version": "2.1.1",
- "version_normalized": "2.1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
- "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
- "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
- "shasum": ""
- },
- "require": {
- "symfony/filesystem": "~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- },
- "time": "2013-10-10 10:58:09",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Neutron": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Romain Neutron",
- "email": "imprec@gmail.com",
- "homepage": "http://www.lickmychip.com/"
- }
- ],
- "description": "Symfony filesystem extension to handle temporary files"
- },
- {
- "name": "sabre/vobject",
- "version": "3.2.2",
- "version_normalized": "3.2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fruux/sabre-vobject.git",
- "reference": "a829266cebcaccf602bde3af2c7e85a952034a16"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/a829266cebcaccf602bde3af2c7e85a952034a16",
- "reference": "a829266cebcaccf602bde3af2c7e85a952034a16",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.3.1"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "time": "2014-05-07 20:02:21",
- "bin": [
- "bin/vobject",
- "bin/generate_vcards"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Sabre\\VObject": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Evert Pot",
- "email": "evert@rooftopsolutions.nl",
- "homepage": "http://evertpot.com/",
- "role": "Developer"
- }
- ],
- "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
- "homepage": "https://github.com/fruux/sabre-vobject",
- "keywords": [
- "VObject",
- "iCalendar",
- "jCal",
- "jCard",
- "vCard"
- ]
- },
- {
- "name": "symfony/filesystem",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
- "target-dir": "Symfony/Component/Filesystem",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Filesystem.git",
- "reference": "98e831eac836a0a5911626ce82684155f21d0e4d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Filesystem/zipball/98e831eac836a0a5911626ce82684155f21d0e4d",
- "reference": "98e831eac836a0a5911626ce82684155f21d0e4d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2014-04-16 10:36:21",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Filesystem\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony Filesystem Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/process",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
- "target-dir": "Symfony/Component/Process",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Process.git",
- "reference": "5d7d78e23894544740219e006320678cfa4cd45b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Process/zipball/5d7d78e23894544740219e006320678cfa4cd45b",
- "reference": "5d7d78e23894544740219e006320678cfa4cd45b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2014-05-23 09:02:52",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Process\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony Process Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "toin0u/http-adapter",
- "version": "1.0.3",
- "version_normalized": "1.0.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/toin0u/HttpAdapter.git",
- "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
- "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "guzzle/guzzle": "@stable",
- "kriswallsmith/buzz": "@stable",
- "satooshi/php-coveralls": "~0.6",
- "zendframework/zendframework": "~2.1"
- },
- "suggest": {
- "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
- "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
- "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
- },
- "time": "2013-05-26 18:18:11",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "HttpAdapter": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Antoine Corcy",
- "email": "contact@sbin.dk",
- "homepage": "http://sbin.dk",
- "role": "Developer"
- }
- ],
- "description": "HttpAdapter PHP 5.3+ library",
- "homepage": "https://github.com/toin0u/HttpAdapter",
- "keywords": [
- "adapter",
- "http"
- ]
- },
- {
- "name": "symfony/console",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
- "target-dir": "Symfony/Component/Console",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Console.git",
- "reference": "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Console/zipball/ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c",
- "reference": "ef4ca73b0b3a10cbac653d3ca482d0cdd4502b2c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/event-dispatcher": "~2.1"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": ""
- },
- "time": "2014-05-22 08:54:24",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Console\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony Console Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "symfony/yaml",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
- "target-dir": "Symfony/Component/Yaml",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/Yaml.git",
- "reference": "b4b09c68ec2f2727574544ef0173684281a5033c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c",
- "reference": "b4b09c68ec2f2727574544ef0173684281a5033c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "time": "2014-05-16 14:25:18",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Symfony\\Component\\Yaml\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "description": "Symfony Yaml Component",
- "homepage": "http://symfony.com"
- },
- {
- "name": "toin0u/digitalocean",
- "version": "1.4.2",
- "version_normalized": "1.4.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/toin0u/DigitalOcean.git",
- "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
- "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "symfony/console": "~2.3",
- "symfony/yaml": "~2.3",
- "toin0u/http-adapter": "~1.0"
- },
- "require-dev": {
- "satooshi/php-coveralls": "~0.6"
- },
- "time": "2014-01-14 22:20:56",
- "bin": [
- "digitalocean"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "DigitalOcean": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Antoine Corcy",
- "email": "contact@sbin.dk",
- "homepage": "http://sbin.dk",
- "role": "Developer"
- }
- ],
- "description": "DigitalOcean API PHP 5.3+ library",
- "homepage": "https://github.com/toin0u/DigitalOcean",
- "keywords": [
- "Cloud Hosting",
- "SSD",
- "api",
- "digitalocean",
- "vps"
- ]
- }
- ]
|