neurohotep/laravel-sms

dev-master 2018-06-19 14:13 UTC

This package is not auto-updated.

Last update: 2024-04-17 19:23:58 UTC


README

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