extsalt / otp-vendor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple SMS/OTP Vendor

In settings table

In setting table add msg91 or nimbus for key sms_vendor. This package currently support those.

Sending messages

SMS::message('XXXXXXXXX', 'hello world');

SMS::message(['XXXXXXXXX','XXXXXXXXXX'], 'hello world');

Publish assets

php artisan vendor:publish --extsalt-sms

About


Languages

Language:PHP 100.0%