Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spantaleev/sms-sender

Library that makes sending SMS messages through various providers easy
https://github.com/spantaleev/sms-sender

Last synced: 3 months ago
JSON representation

Library that makes sending SMS messages through various providers easy

Awesome Lists containing this project

README

        

SMS sender
==========

A library for sending SMS messages through various service providers (gateways).

The currently supported gateways are:

- `Nexmo `_
- `BulkSms `_
- `ProSms.eu `_

Usage
-----

Example::

send($message);

echo 'Account Balance is: ', $gateway->getBalance();