radasfunk/fastbreak-php

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP client for FastBreak

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/radasfunk/fastbreak-php

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