ekko-chat / ekko-sdk-php
PHP library for the Ekko API.
dev-master / 1.0.x-dev
2026-01-06 10:53 UTC
Requires
- php: ~5.6|~7.0|~8.0
- guzzlehttp/guzzle: ~6.0|~7.0
- symfony/options-resolver: ~2.6|~3.0|~4.0|~5.0|~6.0|~7.0
Requires (Dev)
- atoum/atoum: dev-master
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2026-08-06 12:08:33 UTC
README
PHP library for the Ekko API.
You can get your apiToken here: https://dashboard.ekko.chat
See full doc: https://docs.ekko.chat/
Install
Via Composer
$ composer require ekko-chat/ekko-sdk-php
Usage
$apiToken = 'XXXXX' $client = new Ekko\Client($apiToken);
Tests
php composer tests