This package is a full PHP SDK for the 20i Reseller API using Saloon v3. It provides the Saloon Request classes, Saloon Resources and a base SDK class to make it easier to use the 20i Reseller API. You can decorate this package with any of Saloon's plugins, such as the Laravel plugin and caching plugin.
I donate my own time creating open source packages like this and contributing to other open source projects.
I'd love it if you could sponsor me so that I can dedicate more time contributing to open source:
You can install the package via Composer:
composer require jamesking.dev/20i-sdkGenerate your 20i General Api Key from StackCP
use JamesKingDev\TwentyI\TwentyI;
require_once 'vendor/autoload.php';
$twentyI = new TwentyI('your-20i-general-api-key');
$packagesResponse = $sdk->packages()->listPackages('12345');
var_dump($packagesResponse->json());Please see GitHub Releases for more information on what has changed recently.
Please see CONTRIBUTING.md for details.
Please see SECURITY.md for details.
- Jamesking56 (Author)
- Contributors
- Saloon Contributors
- Crescat's Saloon SDK Generator Contributors
- apib2swagger Contributors
- Rector Contributors
- Laravel Pint Contributors
The MIT License (MIT). Please see LICENSE.md for more information.