misfit / robisms
Robi SMS Sending Laravel Package
v1.0.0
2023-05-15 15:21 UTC
Requires
- guzzlehttp/guzzle: ^7.1
README
Robi SMS Sending Laravel Package
🐾 Installation
composer require misfit/robi-sms
📤 Configuration
🔹 To publish the config, run from terminal
php artisan vendor:publish --provider='Misfit\Robisms\RobiSmsServiceProvider'
🔒 Credentials
🔹 Its time to set your Robi Credentials in .env
ROBI_USERNAME= ROBI_PASSWORD= ROBI_SMS_NUMBER= ROBI_SMS_TIMEOUT=
✉️ Messaging
🔹 Now you can use the sms service anywhere in your project by calling robi_sms() method.
robi_sms(['mobile_no'=>'01xxxxxxxxx','msg'=>'Bismillah'])