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

This package is auto-updated.

Last update: 2024-04-10 04:29:56 UTC


README

Generic badge Build Status contributions welcome

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