rayatomsk/paddle-api

Paddle.com API PHP library

v0.6.1 2022-04-05 20:32 UTC

This package is auto-updated.

Last update: 2024-10-19 11:23:55 UTC


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.