Download the PHP package hamid80386/sms-sender without Composer
On this page you can find all versions of the php package hamid80386/sms-sender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hamid80386/sms-sender
More information about hamid80386/sms-sender
Files in hamid80386/sms-sender
Package sms-sender
Short Description A simple Laravel Package to send sms based on Strategy and Facade design patterns.
License MIT
Homepage https://github.com/hamid80386/sms-sender
Informations about the package sms-sender
A simple Laravel Package to send sms based on Strategy and Facade design patterns.
First, follow install instructions. It's simple!
Installation
1: In your composer.json file add followings:
and
Then you can install the package via composer:
2: publish the service provider file with:
3: Run install command:
This is the contents of the published config file:
You should change them based on you strategy class for sending sms.
- Default class for sending sms is indicated with "active" property.
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Hamid Abbasi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sms-sender with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0