radasfunk / fastbreak-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP client for FastBreak
1.0.3
2021-07-19 14:28 UTC
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: >=6.0
- php-curl-class/php-curl-class: ^9.2
Requires (Dev)
- phpunit/phpunit: ^9.0
README
PHP driver for Fast Break.
Installation
You can install the package via composer:
composer require radasfunk/fastbreak-php
Usage
$fastbreak = new Client( {{channelID}}, {{apiKey}}'), ); $res = $fastbreak->get('customers', [ 'filter[name]' => 'John', ]);
Changelog
Please see CHANGELOG for more information what has changed recently.