Simple api wrapper for redsms service
To use the service you need to register and specify API key in the settings.
Copy the sample configuration file.
cp config.php.dist config.php
Put your API key and other data in config.php
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