2017 © Pedro Peláez
 

library piwik

Piwik Package for Laravel

image

robbrazier/piwik

Piwik Package for Laravel

  • Thursday, July 19, 2018
  • by robbrazier
  • Repository
  • 8 Watchers
  • 70 Stars
  • 33,052 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 16 Forks
  • 2 Open issues
  • 20 Versions
  • 11 % Grown

The README.md

Laravel-Piwik v4.2.0

GitHub Workflow Status Codacy grade Codacy coverage Packagist PHP Version Support Packagist Version Packagist Downloads, (*1)

An Interface to Piwik's Analytics API for Laravel (Composer Package), (*2)

This is the Laravel 5+ version of the Laravel-Piwik Bundle., (*3)

Version 4.0.0 and onwards have dropped support for PHP 5.6, 7.0 and 7.1, (*4)

Installation

Add RobBrazier/Piwik to composer.json:, (*5)

{
  "require": {
    "robbrazier/piwik": "~4.2"
  }
}

For Laravel 5.4 and below

Add 'RobBrazier\Piwik\PiwikServiceProvider' and 'Piwik' => 'RobBrazier\Piwik\Facades\Piwik' to app/config/app.php, (*6)

'providers' = [
    ...
    RobBrazier\Piwik\PiwikServiceProvider::class,
    ...
],

[...]

'aliases' = [
    ...
    'Piwik' => RobBrazier\Piwik\Facades\Piwik::class,
    ...
],

For Laravel 5.5 and above, no app.php changes are required as the autoloader will pick up the required configuration

Then move the config file out of the package, so that it doesn't get replaced when you update, by running:, (*7)

php artisan vendor:publish --provider="RobBrazier\Piwik\PiwikServiceProvider" --tag="config"

Update your packages with composer update or install with composer install., (*8)

Then go to config/piwik.php and add your config settings such as server, apikey, siteid etc., (*9)

Documentation

Usage Documentation is located at https://docs.robbrazier.com/Laravel_Piwik/Usage.html API Documentation is located at https://docs.robbrazier.com/Laravel_Piwik/API_Docs.html, (*10)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change., (*11)

Please make sure to update tests as appropriate., (*12)

Contributors, (*13)

License

MIT, (*14)

The Versions

19/07 2018

dev-buildkite

dev-buildkite

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

17/07 2018

dev-master

9999999-dev

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

17/07 2018

3.2.0

3.2.0.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

18/04 2018

dev-gitlab

dev-gitlab

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

09/03 2018

3.1.0

3.1.0.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

09/03 2018

dev-drone

dev-drone

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

06/02 2018

dev-jenkins

dev-jenkins

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

03/01 2018

dev-RobBrazier-patch-1

dev-RobBrazier-patch-1

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

10/12 2017

dev-fix-codeclimate-and-taskfile

dev-fix-codeclimate-and-taskfile

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

06/11 2017

dev-develop

dev-develop

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

30/08 2017

dev-feature/jenkins

dev-feature/jenkins

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

17/08 2017

3.0.1

3.0.1.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

25/07 2017

dev-feature/44-add-contributing-guidelines

dev-feature/44-add-contributing-guidelines

Piwik Package for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

08/06 2017

dev-dependenci46353

dev-dependenci46353

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

19/05 2017

3.0.0

3.0.0.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

22/04 2017

2.1.3

2.1.3.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

20/08 2016

2.1.2

2.1.2.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

09/12 2015

2.1.1

2.1.1.0

Piwik Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

10/04 2015

2.1.0

2.1.0.0

Piwik Bundle for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik

22/04 2014

2.0.1

2.0.1.0

Piwik Bundle for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Brazier

laravel piwik