tnaffh / clickatell
Installs: 1 676
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/tnaffh/clickatell
Requires
- guzzlehttp/guzzle: ^6.2
- illuminate/support: ^5.2
README
- Install via Composer
composer require tnaffh/clickatell
- Update config/app.php to add service provider (optional)
Tnaffh\Clickatell\ClickatellServiceProvider::class,
- Publish Configs
php artisan vendor:publish
- Update config/clickatell and set your API key, alternatively create a ENV variable "CLICKATELL_KEY"