redsms/message-api-simple

Класс для работы с API сервиса redsms.ru

dev-master 2018-08-14 12:08 UTC

This package is not auto-updated.

Last update: 2024-05-09 04:35:05 UTC


README

To use the service you need to register and specify API key in the settings.

Configuration

Copy the sample configuration file.

cp config.php.dist config.php

Put your API key and other data in config.php

Testing API settings

Run an example local

 php -f samples/clientInfoSample.php

Run an example inside docker from the samples directory

docker-compose run php php -f samples/clientInfoSample.php