nirab / boomcastsms
THis is a simple package for laravel , you can send sms using with boomcast sms api
dev-master
2019-04-09 17:34 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-10 10:13:10 UTC
README
THis is a simple package for laravel , you can send sms using with boomcast sms api
Install
Require this package with composer using the following command:
composer require nirab/boomcastsms
Then go to .env file on your project & add this Line :
BOOMCAST_MASKING=Your masking name
BOOMCAST_USERNAME=username of your boomcast account
BOOMCAST_PASSWORD=Your Password Here
Usage
Just add this line top of your controller :
use nirab\boomcastsms\Models\SendSms;
Then,
SendSms::send($number,$msg);
Note this :
$number = received number,
$msg = Text Message