ekko-chat/ekko-sdk-php

PHP library for the Ekko API.

dev-master / 1.0.x-dev 2023-12-07 15:11 UTC

This package is auto-updated.

Last update: 2024-05-07 16:02:14 UTC


README

Build Status

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