ekko-chat/ekko-sdk-php

PHP library for the Ekko API.

Maintainers

Package info

github.com/ekko-chat/ekko-sdk-php

pkg:composer/ekko-chat/ekko-sdk-php

Statistics

Installs: 45 570

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master / 1.0.x-dev 2026-01-06 10:53 UTC

This package is auto-updated.

Last update: 2026-04-06 11:26:07 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