/paddle-api

Paddle.com API PHP library

Primary LanguagePHP

Paddle.com API PHP library

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.