You can send sms through a our server using your sender id encryption key.
foxlaby/smslaby-laravel-client is a Laravel package for you can send sms through a our server using your sender id encryption key..
It currently has 1 GitHub stars and 15 downloads on Packagist (latest version v1.1.1).
Install it with composer require foxlaby/smslaby-laravel-client.
Discover more Laravel packages by foxlaby
or browse all Laravel packages to compare alternatives.
Last updated
You can send sms through a our server using your sender id by encryption key.
$ composer require foxlaby/smslaby-laravel-client
$sms = smslaby()
->lang('ar')
->to('01×××××××××')
// ->sandbox(true)
->message('body');
Add a value you choose but you must add this value in a .env file
SMSLABY_HASH_KEY=<hash_key>