Looking to hire Laravel developers? Try LaraJobs

laravel-malath-sms maintained by alaaelsaid

Description
This package is to integrate with malath sms
Author
Last update
2024/09/26 20:15 (dev-main)
License
Links
Downloads
25
Tags

Comments
comments powered by Disqus

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 !');