themexpert / paddle-php
PHP Library for Paddle Payment Gateway.
Installs: 361
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 3
Open Issues: 0
pkg:composer/themexpert/paddle-php
Requires
- php: >=7.2
This package is auto-updated.
Last update: 2025-09-30 09:53:00 UTC
README
Paddle payment gateway PHP SKY cliend support API v1 and v2.
Checkout the Paddle WordPress Plugin built with this SDK support EDD and WooCommerce.
Paddle.com features supported:
- Create product while checkout and validate response
- Subscription creation
- Coupone management
- License management
- Transaction and pay slip generate
- Checkout API
- Webhook support
Install
Via Composer
$ composer require themexpert/paddle-php
Usage
use ThemeXpert\Paddle\Paddle; $paddle = new Paddle(); $paddle::setApiCredentials('paddle_vendor_id', 'paddle_auth_code'); echo Product::list();
License
The Laravel framework is open-sourced software licensed under the MIT license.
Credit
Brought to you by Team ThemeXpert with ❤️ and ☕