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

This package is auto-updated.

Last update: 2024-10-19 21:27:07 UTC


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.

Credits