maree / sms
collect alot of sms service providers
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/maree/sms
This package is auto-updated.
Last update: 2025-09-29 03:06:03 UTC
README
Installation
You can install the package via Composer.
composer require maree/sms
Publish your sms config file with
php artisan vendor:publish --provider="maree\sms\SMSServiceProvider" --tag="sms"
then change your sms config from config/sms.php file
"service_provider" => "", // yamamah|4jawaly|hisms|msegat|oursms|unifonic|zain "user_name" => "", "password" => "", "sender_name" => "",
Usage
use maree\sms\SMS; SMS::send($phone='0020*********', $msg='sms sent successfuly');
prefer to use jobs in sending many sms
current sms service providers :
- yamamah
- 4jawaly
- hisms
- msegat
- oursms
- unifonic
- zain