radasfunk/fastbreak-php

PHP client for FastBreak

1.0.3 2021-07-19 14:28 UTC

This package is auto-updated.

Last update: 2024-04-19 20:29:51 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