winds/sms

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

Package to send SMS

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.2 2018-12-27 10:53 UTC

This package is not auto-updated.

Last update: 2019-08-23 23:04:54 UTC


README

How do I get set up?

composer require winds/sms

Environment variable

Add bellow lines in your .env file

SMS_DRIVER=msg91
MSG91_ENDPOINT=http://api.msg91.com/api/sendhttp.php
MSG91_KEY=198496XXXXXXXXXX7c0
MSG91_SENDER=WINDSS


Helper

Send SMS
WindsSMS::send('960XXXXXX7','Hello World');