Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webeweb/smsmode-library
Integrate sMsmode API with your projects
https://github.com/webeweb/smsmode-library
api library php sms smsmode webeweb
Last synced: 7 days ago
JSON representation
Integrate sMsmode API with your projects
- Host: GitHub
- URL: https://github.com/webeweb/smsmode-library
- Owner: webeweb
- License: mit
- Created: 2017-10-26T10:11:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T12:12:12.000Z (about 2 months ago)
- Last Synced: 2024-10-30T15:24:22.597Z (14 days ago)
- Topics: api, library, php, sms, smsmode, webeweb
- Language: PHP
- Homepage:
- Size: 3.28 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
smsmode-library
===============[![Github actions workflow status](https://img.shields.io/github/actions/workflow/status/webeweb/smsmode-library/build.yml?style=for-the-badge&color2088FF&logo=github)](https://github.com/webeweb/smsmode-library/actions)
[![Coveralls](https://img.shields.io/coveralls/github/webeweb/smsmode-library/master.svg?style=for-the-badge&color=3F5767&logo=coveralls)](https://coveralls.io/github/webeweb/smsmode-library?branch=master)
[![Packagist version](https://img.shields.io/packagist/v/webeweb/smsmode-library.svg?style=for-the-badge&color=F28D1A&logo=packagist)](https://packagist.org/packages/webeweb/smsmode-library)
[![Packagist license](https://img.shields.io/packagist/l/webeweb/smsmode-library.svg?style=for-the-badge&colorF28D1A&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTMgNiAzIDFtMCAwLTMgOWE1LjAwMiA1LjAwMiAwIDAgMCA2LjAwMSAwTTYgN2wzIDlNNiA3bDYtMm02IDIgMy0xbS0zIDEtMyA5YTUuMDAyIDUuMDAyIDAgMCAwIDYuMDAxIDBNMTggN2wzIDltLTMtOS02LTJtMC0ydjJtMCAxNlY1bTAgMTZIOW0zIDBoMyIvPjwvc3ZnPg==)](./LICENSE)Integrate sMsmode API with your projects.
[![sMsmode](doc/smsmode.svg)](https://dev.smsmode.com/)
`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 updateIf you like this package, pay me a beer (or a coffee)
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-003087.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)## Compatibility
[![PHP](https://img.shields.io/packagist/php-v/webeweb/smsmode-library.svg?style=for-the-badge&color=777BB4&logo=php)](http://php.net)
## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:```bash
composer require webeweb/smsmode-library
```This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.## Usage
Read the [documentation](doc/index.md). 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:```bash
git clone https://github.com/webeweb/smsmode-library.git
cd smsmode-library
composer install
```Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```## License
`smsmode-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.Please note that the sMsmode API is not free for use, see their
[product page](https://www.smsmode.com/tarifs-sms/) for details on pricing.## Donate
If you like this work, please consider donating at
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-003087.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)## Todo
- ~~[2 Authentication](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[2 Creating API key](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[3 Sending SMS message](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[4 Delivery report](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[5 Account balance](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[6 Creating sub-account](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[6 Deleting sub-account](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[7 Transferring credits from one account to another](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[8 Adding contacts](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[9 Deleting SMS](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[10 Sent SMS message list](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[11 Checking SMS message status](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[12 Delivery report callback](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[13 Sending SMS message with allowed reply and reply notification](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[14 Retrieving SMS replies](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[15 Sending text-to-speech SMS](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[16 Sending unicode SMS](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~
- ~~[17 Sending SMS in batch mode (attached file)](https://www.smsmode.com/pdf/fiche-HTTP-api-EN.pdf)~~