2017 © Pedro Peláez
 

library laravel-sms

image

neurohotep/laravel-sms

  • Tuesday, June 19, 2018
  • by umertasov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel SMS

Simple Laravel 5 package for sending SMS., (*1)

Requirements

  • Laravel >= 5.5
  • PHP >= 7.0

Installation

The best way to install this package is quickly and easily with Composer., (*2)

  1. To install the most recent version, run the following command
     composer require neurohotep/laraver-sms 
  2. Publish the config
     php artisan vendor:publish --tag="sms"
  3. Edit the config/sms.php. Set the appropriate driver and its parameters.

Code Examples

php // send a single message Sms::send('79123456789', 'Hello);, (*3)

## License MIT License, (*4)

The Versions

19/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

by neurohotep