intergo / sms.to-laravel-lumen
Laravel 5 package for sending sms in SMS.to
Installs: 8 999
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 6
Forks: 5
Open Issues: 0
Requires
- php: >=7.1.3
- guzzlehttp/guzzle: 7.*
- illuminate/support: ^8.75 || ^9.24 || ^10.0
- intergo/sms.to-php: ^1.0
README
SMS API integration for PHP (https://sms.to)
A PHP library for communicating with the SMS.to REST API
Installation
You need to have a working account on SMS.to with sufficient balance loaded to be able to use this package. If you do not have one, please get one here.
Require this package with composer.
composer require intergo/sms.to-laravel-lumen
For more details on using this package, visit this wiki.
Table of Content
- Home
- Installation
- Authentication
- SMS Messaging
- Lists & Contacts
- Shortlinks
- Number Lookup
- Team Management
REST API Documentation
For more information, refer to SMS.to REST documentation here