Download the PHP package codemonkey76/laravel-clicksend without Composer
On this page you can find all versions of the php package codemonkey76/laravel-clicksend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codemonkey76/laravel-clicksend
More information about codemonkey76/laravel-clicksend
Files in codemonkey76/laravel-clicksend
Package laravel-clicksend
Short Description Laravel wrapper for ClickSend Rest API
License MIT
Homepage https://github.com/codemonkey76/laravel-clicksend
Informations about the package laravel-clicksend
Very short description of the package
This is a laravel wrapper for ClickSend's REST API, currently only implementing sending SMS and getting delivery receipts for those messages.
Installation
You can install the package via composer:
Config
Optionally you can publish the config file if you would like to modify the config.
Environment
Add the following to your .env file and set the values from your clicksend account.
Optionally if you need to modify the api endpoint, you can also define the following.
Usage
Example 1. Sending a single message and retreiving the delivery receipt.
Example 2. Send multiple messages and retrieve their delivery receipts.
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
- Shane Poppleton
- 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 laravel-clicksend with dependencies
guzzlehttp/guzzle Version ^7
illuminate/support Version ^8.0|^9.0|^10.0|^11.0