Download the PHP package cyaoz94/sms123 without Composer
On this page you can find all versions of the php package cyaoz94/sms123. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cyaoz94/sms123
More information about cyaoz94/sms123
Files in cyaoz94/sms123
Package sms123
Short Description A simple package to simplify API integration with SMS Provider SMS123 for Laravel 8
License MIT
Homepage https://github.com/cyaoz94/sms123
Informations about the package sms123
Laravel SMS123 API Integration package
A simple package to simplify API integration with SMS Provider SMS123 for Laravel 8
Installation
You can install the package via composer:
Configs
This is not required by default, the package will retrieve the API key and email defined in your .env
file using the key SMS123_API_KEY
and SMS123_EMAIL
. However, you can publish and modify the config file to your liking.
Usage
This package provides the facade named Sms123Facade
. It contains 3 methods with examples below
Error Handling
This package provides 2 exception classes
Logging
When debug mode is on. This package will log every API call into ../storage/logs/sms123.log
Testing
For now, there are no tests included in this package.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Casper Ho
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of sms123 with dependencies
guzzlehttp/guzzle Version ^7.0|^6.0
illuminate/support Version ^8.0|^7.0|^6.0