https://github.com/extsalt/otp-vendor
https://github.com/extsalt/otp-vendor
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/extsalt/otp-vendor
- Owner: extsalt
- Created: 2019-12-26T01:44:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T17:05:36.000Z (over 2 years ago)
- Last Synced: 2025-02-27T22:14:25.599Z (over 1 year ago)
- Language: PHP
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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