20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"name": "pjdietz/WellRESTed",
|
|
"description": "Simple PHP Library for RESTful APIs",
|
|
"keywords": ["php", "rest", "restful", "api"],
|
|
"homepage": "https://github.com/pjdietz/WellRESTed",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "PJ Dietz",
|
|
"email": "pj@pjdietz.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "pjdietz\\WellRESTed": "./" }
|
|
}
|
|
}
|