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
Via Composer
$ composer require themexpert/paddle-php
use ThemeXpert\Paddle\Paddle;
$paddle = new Paddle();
$paddle::setApiCredentials('paddle_vendor_id', 'paddle_auth_code');
echo Product::list();
The Laravel framework is open-sourced software licensed under the MIT license.
Brought to you by Team ThemeXpert with ❤️ and ☕