Skip to content

ashmenon/scubaclick-keenio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScubaClick Keenio

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

Stable Version

v1.0.3

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.

About

Laravel service provider for the Keen.io API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%