forked from LiveCarta/PayPal-PHP-SDK
- Copied files required for Rest API SDK - Removed PPApiContext and directly connected APIContext with PPConfigManager - Removed duplicate data storage of configuration and credentials. - Code Style Fixes - Remove build.xml file as it is not required anymore - Updated the samples - Updated the documentations
28 lines
689 B
JSON
28 lines
689 B
JSON
{
|
|
"name": "paypal/rest-api-sdk-php",
|
|
"description": "PayPal's PHP SDK for REST APIs",
|
|
"keywords": ["paypal", "payments", "rest", "sdk"],
|
|
"type": "library",
|
|
"license": "Apache2",
|
|
"homepage": "https://github.com/paypal/rest-api-sdk-php",
|
|
"authors": [
|
|
{
|
|
"name": "PayPal",
|
|
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PayPal": "lib/"
|
|
}
|
|
}
|
|
}
|