Official API Client for requesting the seven.io messaging Gateway.

v4.0.1 2024-04-26 16:03 UTC

This package is auto-updated.

Last update: 2024-04-26 16:06:20 UTC


README

68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667

Official PHP API Client

Installation

Via Composer:

composer require seven.io/api

Alternatively you can download as *.ZIP if you don't use Composer.

Usage

$client = new Seven\Api\Client('MY_VERY_SECRET_API_KEY!');
$params = new Seven\Api\Params\SmsParams('HI2U', '+4901234567890');
$client->sms->dispatch($params);

See docs for more details.

Tests

Some basic tests are implemented. You can run them like this:

SEVEN_API_KEY=<API-KEY> SEVEN_API_KEY_SANDBOX=<SANDBOX-API-KEY> php vendor/bin/phpunit tests/Client

Make sure to fill in the values.

Support

Need help? Feel free to contact us.

MIT