LaravelPackages.net
Acme Inc.
Toggle sidebar
alaaelsaid/laravel-malath-sms

This package is to integrate with malath sms

25
1
1.2.0
About alaaelsaid/laravel-malath-sms

alaaelsaid/laravel-malath-sms is a Laravel package for this package is to integrate with malath sms. It currently has 1 GitHub stars and 25 downloads on Packagist (latest version 1.2.0). Install it with composer require alaaelsaid/laravel-malath-sms. Discover more Laravel packages by alaaelsaid or browse all Laravel packages to compare alternatives.

Last updated

This package is to integrate with Malath SMS

Installation

You can install the package via Composer.

composer require alaaelsaid/laravel-malath-sms

Publishing

After install publish file config

php artisan vendor:publish --tag="malath"

Usage

use Alaaelsaid\LaravelMalathSms\Facade\Malath;

// singel number
Malath::send('9665xxxxxxxx', 'hello, world !');

// multi number
Malath::send(['9665xxxxxxxx', '9665xxxxxxxx', '...'], 'hello, world !');

Star History Chart