nmirceac/sms-tools is a Laravel package for sms tools for laravel.
It currently has 0 GitHub stars and 105 downloads on Packagist (latest version 0.0.6).
Install it with composer require nmirceac/sms-tools.
Discover more Laravel packages by nmirceac
or browse all Laravel packages to compare alternatives.
Last updated
Sms Tools
SMS_API_ENDPOINT="https://sms.weanswer.it/api/v1/sms" SMS_API_KEY="AAAAAAAAA" SMS_API_SECRET="ZZZZZZZZZZZZZZZZZZZ"
\App\SmsMessage::queue('27794770189', 'Hello text world!');
dd(\App\SmsMessage::cleanContent('Enter your desired content');