https://github.com/themexpert/paddle-php
Paddle PHP SDK. You can integrate Paddle payment gateway with WooCommerce and Easy Digital Downloads and any CMS.
https://github.com/themexpert/paddle-php
paddle php php-sdk php7
Last synced: 5 months ago
JSON representation
Paddle PHP SDK. You can integrate Paddle payment gateway with WooCommerce and Easy Digital Downloads and any CMS.
- Host: GitHub
- URL: https://github.com/themexpert/paddle-php
- Owner: themexpert
- Created: 2020-02-02T09:38:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T05:13:45.000Z (about 4 years ago)
- Last Synced: 2024-09-27T21:08:22.092Z (7 months ago)
- Topics: paddle, php, php-sdk, php7
- Language: PHP
- Homepage: https://wpsmartpay.com/
- Size: 41 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Paddle PHP SDK
Paddle payment gateway PHP SKY cliend support API `v1` and `v2`.
Checkout the [Paddle WordPress Plugin](https://wpsmartpay.com/) 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
``` bash
$ composer require themexpert/paddle-php
```## Usage
``` php
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](https://opensource.org/licenses/MIT).
## Credit
Brought to you by [Team ThemeXpert](https://www.themexpert.com) with :heart: and :coffee: