extsalt/otp

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

Maintainers

Package info

github.com/extsalt/otp-vendor

Type:dev

pkg:composer/extsalt/otp

Statistics

Installs: 28

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-06 22:51:40 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