eventsb2b / catermonkey-php-client
PHP Client library for Catermonkey
v1.2
2024-07-29 16:06 UTC
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.9
Requires (Dev)
- laravel/pint: ^1.16
README
A simple PHP client for interacting with the Catermonkey API. This library simplifies the process of integrating Catermonkey's services into your PHP applications.
Documentation
Installation
You can install the package via composer:
composer require eventsb2b/catermonkey-php-client
Usage
use EventsB2B\Catermonkey\Client; $client = new Client('API_KEY'); return $client->brands()->list();
Security Vulnerabilities
If you've found a bug regarding security please mail security@eventsb2b.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.