rayatomsk / paddle-api
Paddle.com API PHP library
Installs: 16 927
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 6
Open Issues: 0
Requires
- php: >=5.5.0
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ~4.8
README
This package created and maintained by Andrii Holubenko, and provides a Paddle API integration.
Requirements
PHP 5.5 or later.
Installation via Composer
composer require rayatomsk/paddle-api
Getting Started
$api = new \Paddle\API(); $api->init($vendorID, $vendorAuthCode);
Authorization can be set while creating new API object:
$api = new \Paddle\API($vendorID, $vendorAuthCode);
Security
If you discover a security vulnerability in this library package, please send an e-mail to rayatomsk@gmail.com.