Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spantaleev/sms-sender
- Owner: spantaleev
- License: bsd-3-clause
- Created: 2012-10-17T07:31:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T21:13:44.000Z (about 4 years ago)
- Last Synced: 2024-08-22T11:53:52.945Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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();