Download the PHP package nickmel/laravel-smsto without Composer
On this page you can find all versions of the php package nickmel/laravel-smsto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-smsto
SMS.to library for Laravel 5.8
Laravel package to provide integration with SMS.to REST API. Visit https://sms.to/ to create an account and obtain API credentials.
Installation
Install this package with composer:
Add the provider to the providers
array in config/app.php
file
and the facade in the aliases
array in config/app.php
file
Copy the config files for the API
Usage
To configure the API, either set the variables in the .env
file or edit the published config/laravel-sms-to.php
file directly.
Get Account Balance
Send single SMS
Send multiple SMS
Using the Notification channel
All versions of laravel-smsto with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^5.8
ext-json Version *
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^5.8
ext-json Version *
The package nickmel/laravel-smsto contains the following files
Loading the files please wait ....