Download the PHP package poool/subscribe-sdk without Composer
On this page you can find all versions of the php package poool/subscribe-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download poool/subscribe-sdk
More information about poool/subscribe-sdk
Files in poool/subscribe-sdk
Download poool/subscribe-sdk
More information about poool/subscribe-sdk
Files in poool/subscribe-sdk
Vendor poool
Package subscribe-sdk
Short Description Poool Subscribe SDK for PHP 🚀
License MIT
Homepage https://github.com/p3ol/subscribe-php-sdk
Package subscribe-sdk
Short Description Poool Subscribe SDK for PHP 🚀
License MIT
Homepage https://github.com/p3ol/subscribe-php-sdk
Please rate this library. Is it a good library?
Informations about the package subscribe-sdk
Poool Subscribe - PHP SDK
Poool Subscribe SDK for PHP 🚀
Installation
Usage
Documentation
https://poool.dev/docs/subscribe/server
Sandbox mode
You can use the sandbox mode to test your integration without any real payment.
Pass the sandbox: true
request option (last parameter) to any method of the SDK to use it:
Migrations
v1 to v2
- Now requires php >= 8.1
customers.switchSubscriptionOffer(customerId, subscriptionId, offer, requestOptions)
becomescustomers.switchSubscriptionOffer(customerId, subscriptionId, offer, **{ priceId }**, requestOptions)
-> it now takes an additional parameter before request options to speficy offer options like price idsandbox: true|false
is now an option on every request (instead of only offers list) and has been removed fromoffers.list()
offers.list(page, count, status, include, exclude)
becomesoffers.list(page, count, include, exclude, **status**, requestOptions)
-> it is moved to the end of the parameters list to be consistent with other SDKs.
Contributing
Please check the CONTRIBUTING.md doc for contribution guidelines.
Development
Install dependencies:
Run examples at http://localhost:62000/ with php built-in server:
And test your code:
License
This software is licensed under MIT.
All versions of subscribe-sdk with dependencies
PHP Build Version
Package Version
The package poool/subscribe-sdk contains the following files
Loading the files please wait ....