mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-23 22:29:40 +00:00
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"name": "php-curl-class/php-curl-class",
|
|
"description": "PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.",
|
|
"homepage": "https://github.com/php-curl-class/php-curl-class",
|
|
"license": "Unlicense",
|
|
"keywords": [
|
|
"php", "curl", "class", "api", "client", "framework", "http client",
|
|
"http", "json", "requests", "rest", "restful", "web service", "xml"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zach Borboa"
|
|
}
|
|
],
|
|
"version": "3.5.5",
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
}
|
|
}
|