ccom / clickatell
A simple Laravel wrapper for the Clickatell REST Api
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.1.5
2017-01-11 17:24 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- illuminate/support: ^5.2
This package is not auto-updated.
Last update: 2023-05-08 07:58:52 UTC
README
- Install via Composer
composer require ccom/clickatell
- Update config/app.php to add service provider
Ccom\Clickatell\ClickatellServiceProvider::class,
- Publish Configs
php artisan vendor:publish
- Update config/clickatell and set your API key, alternatively create a ENV variable "CLICKATELL_KEY"