rayatomsk/paddle-api

Paddle.com API PHP library

Installs: 20 944

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 1

Forks: 5

Open Issues: 0

pkg:composer/rayatomsk/paddle-api

v0.6.2 2024-02-19 09:57 UTC

This package is auto-updated.

Last update: 2025-09-28 13:21:46 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.