LaravelPackages.net
Acme Inc.
Toggle sidebar
neurohotep/laravel-sms

683
0
About neurohotep/laravel-sms

neurohotep/laravel-sms is a Laravel package. It currently has 0 GitHub stars and 683 downloads on Packagist. Install it with composer require neurohotep/laravel-sms. Discover more Laravel packages by neurohotep or browse all Laravel packages to compare alternatives.

Last updated

Laravel SMS

Simple Laravel 5 package for sending SMS.

Requirements

  • Laravel >= 5.5
  • PHP >= 7.0

Installation

The best way to install this package is quickly and easily with Composer.

  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

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

License

MIT License

Comments