kodekeep / paddle-sdk
Feature complete Paddle SDK for PHP
Fund package maintenance!
faustbrian
kodekeep.com/open-source/support-us
Installs: 1 500
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.4
- illuminate/http: ^7.0
- illuminate/support: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- graham-campbell/analyzer: ^2.4
- phpstan/phpstan: ^0.12.11
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-01-29 03:31:08 UTC
README
This package was created by, and is maintained by Brian Faust, and provides a Paddle API integration.
Installation
composer require kodekeep/paddle-sdk
Usage
$client = new KodeKeep\Paddle\Client('vendorId', 'vendorAuthCode'); $client->product()->plans()->all();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover a security vulnerability within this package, please send an e-mail to hello@kodekeep.com. All security vulnerabilities will be promptly addressed.
Credits
This project exists thanks to all the people who contribute.
Support Us
We invest a lot of resources into creating and maintaining our packages. You can support us and the development through GitHub Sponsors.
License
Paddle SDK is an open-sourced software licensed under the MPL-2.0.