ccom/clickatell

A simple Laravel wrapper for the Clickatell REST Api

v0.1.5 2017-01-11 17:24 UTC

This package is not auto-updated.

Last update: 2023-05-08 07:58:52 UTC


README

  1. Install via Composer
composer require ccom/clickatell
  1. Update config/app.php to add service provider
Ccom\Clickatell\ClickatellServiceProvider::class,
  1. Publish Configs
php artisan vendor:publish
  1. Update config/clickatell and set your API key, alternatively create a ENV variable "CLICKATELL_KEY"