neurohotep / laravel-sms
Installs: 683
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/neurohotep/laravel-sms
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2025-10-02 02:27:36 UTC
README
Simple Laravel 5 package for sending SMS.
Requirements
- Laravel >= 5.5
- PHP >= 7.0
Installation
The best way to install this package is quickly and easily with Composer.
- To install the most recent version, run the following command
composer require neurohotep/laraver-sms
- Publish the config
php artisan vendor:publish --tag="sms"
- Edit the config/sms.php. Set the appropriate driver and its parameters.
Code Examples
// send a single message Sms::send('79123456789', 'Hello);