webeweb/smsmode-library

Integrate sMsmode API with your projects

v4.8.0 2024-03-18 16:40 UTC

README

Github actions workflow status Coveralls Packagist version Packagist license

Integrate sMsmode API with your projects.

sMsmode

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) paypal.me

Compatibility

PHP

Installation

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.

Usage

Read the documentation. You can also consult or execute sample scripts into dev folder.

Testing

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

License

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.

Donate

If you like this work, please consider donating at paypal.me

Todo