extsalt/otp

A package allows to use multiple vendor for sending otp and also allowing you to switch on run time.

dev-master 2023-10-06 17:05 UTC

This package is auto-updated.

Last update: 2024-05-06 18:31:18 UTC


README

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