This is a refactored version of PayPal's deprecated PHP SDK. I have integrated some of the new Subscription API endpoints, as detailed in the table below.
API | Class |
---|---|
Plans | \PayPal\Api\SubscriptionPlan |
Subscriptions | \PayPal\Api\Subscription |
Catalog Product | \PayPal\Api\CatalogProduct |
This package is not intended to be widely distributed, and as such, I am not submitting it to packagist.
To install this package, first add the GitHub repository to your composer.json
:
"repositories": [
{
"type": "git",
"url": "https://github.com/ge-tracker/PayPal-PHP-SDK.git"
}
]
Next, require the package with Composer:
composer require paypal/rest-api-sdk-php
Our PayPal-PHP-SDK Page includes all the documentation related to PHP SDK. Everything from SDK Wiki, to Sample Codes, to Releases. Here are few quick links to get you there faster.
Read License for more licensing information.
Read here for more information.