amani64/sms

There is no license information available for the latest version (1.3.3) of this package.

Laravel SMS package

1.3.3 2019-07-17 08:04 UTC

This package is auto-updated.

Last update: 2024-04-17 18:58:03 UTC


README

Install:

composer require amani64/sms

Add Provider to app.php:

Amani64\SMS\SMSServiceProvider::class

publish

php artisan vendor:publish

migrate

php artisan migrate

Set driver

in config/sms.php
'driver' => 'isms'
and for saving sent sms into database set log_response to true
'log_response' => true

Usage:

SMS::send(mobiles,message);

supported SMS service

  • Kavenegar
  • ISMS
  • Candoo