eventsb2b/catermonkey-php-client

PHP Client library for Catermonkey

v1.2 2024-07-29 16:06 UTC

This package is auto-updated.

Last update: 2025-06-29 02:18:12 UTC


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.