Integrate sMsmode API with your projects.
sMsmode
provides an API that enables you to easily and automatically send SMS
messages from your applications. This API provides the following functions:
- sending immediate or scheduled SMS messages
- managing SMS replies
- SMS history
- deleting SMS message
- account balance
- creating sub-account
- transferring credits from one account to another one
- adding contact
- getting delivery report
- callback on delivery report update
If you like this package, pay me a beer (or a coffee)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
composer require webeweb/smsmode-library
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Read the documentation. You can also consult or execute sample scripts into dev folder.
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
git clone https://github.com/webeweb/smsmode-library.git
cd smsmode-library
composer install
Once all required libraries are installed then do:
vendor/bin/phpunit
smsmode-library
is released under the MIT License. See the bundled LICENSE
file for details.
Please note that the sMsmode API is not free for use, see their product page for details on pricing.
If you like this work, please consider donating at
2 Authentication2 Creating API key3 Sending SMS message4 Delivery report5 Account balance6 Creating sub-account6 Deleting sub-account7 Transferring credits from one account to another8 Adding contacts9 Deleting SMS10 Sent SMS message list11 Checking SMS message status12 Delivery report callback13 Sending SMS message with allowed reply and reply notification14 Retrieving SMS replies15 Sending text-to-speech SMS16 Sending unicode SMS17 Sending SMS in batch mode (attached file)