Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.11 KB

readme.md

File metadata and controls

46 lines (35 loc) · 1.11 KB

ScubaClick Keenio

Service provider and facade for Laraval to integrate the Keen.io API

Stable Version

v1.0.2

Installation

Install by adding the following to the require block in composer.json:

"scubaclick/keenio": "1.0.*"

Then run composer update.

Then add the following in app/config/app.php to the service providers array:

'ScubaClick\Keenio\KeenioServiceProvider',

And add to the aliases array the following:

'Keenio' => 'ScubaClick\Keenio\KeenioFacade',

To change the configuration values, run the following command in the console:

php artisan config:publish scubaclick/keenio

It is recommended to stick your API keys into environmental variables and reference those in the config file.

Documentation

Read the docs of the underlying library:

License

ScubaClick Keenio is licenced under the MIT license.