An open API service indexing awesome lists of open source software.

https://github.com/extsalt/otp-vendor


https://github.com/extsalt/otp-vendor

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

## 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