extsalt/otp

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

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:dev

pkg:composer/extsalt/otp

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

This package is auto-updated.

Last update: 2025-10-06 22:03:49 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