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. Email us for help if needed.

Installs: 497

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/ccom/clickatell

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"