Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Andre Roque Filipe | > | MASNathan Curl | > | composer.json | > | Download | ||
|
Download |
{ "name": "masnathan/curl", "type": "library", "description": "Another CURL Object.", "keywords": ["curl"], "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com" } ], "require": { "php": ">=5.4" }, "autoload": { "psr-0": { "MASNathan\\Curl\\": "src/" } } } |