baghban/sms

package for send sms and send notification by sms with laravel (All gatways in Iran)

v0.1 2018-09-04 20:49 UTC

This package is not auto-updated.

Last update: 2024-05-13 23:33:12 UTC


README

Package for send sms and notification with laravel (All gatways in Iran). This package originally forked from LaravelSms

installation

For install this package Edit your project's `composer.json` file to require baghban/sms

"require": {
  "baghban/sms": "dev-master"
},

Now, update Composer:

composer update