Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
/ Laravel-Piwik Public archive

[DEPRECATED] A Laravel Bundle to use the Piwik Analytics API easily with your Project

Notifications You must be signed in to change notification settings

RobBrazier/Laravel-Piwik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Piwik Bundle Version 1.0.3, by Rob Brazier

Laravel-Piwik is an easy way to interface with the Piwik Analytics API

Install using Artisan CLI:

php artisan bundle:install piwik

Add the following line to application/bundles.php

return array(
    'piwik' => array('auto' => true, 'handles'=>'piwik_install'),
);

More detailed installation process here

Usage

There are two ways to use this class: you can call it statically or non-statically.

Static:

Piwik::actions();

Non-static:

$piwik = new Piwik();
$piwik->actions();

About

[DEPRECATED] A Laravel Bundle to use the Piwik Analytics API easily with your Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages