2017 © Pedro Peláez
 

library laravel-simplestats

Simple statistics for Laravel.

image

czemu/laravel-simplestats

Simple statistics for Laravel.

  • Friday, June 15, 2018
  • by czemu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Simplestats

Simple statistics package for Laravel inspired by Simplestats for Kohana., (*1)

Requirements

  • PHP 7.1+
  • Laravel 5.5+

Installation

Install the package via composer:, (*2)

composer require czemu/laravel-simplestats

If you're using Laravel >= 5.5, the package will register itself automatically., (*3)

Publish the migrations:, (*4)

php artisan vendor:publish --provider='Czemu\Simplestats\SimplestatsServiceProvider' --tag="migrations"

Run the migrations:, (*5)

php artisan migrate

You can also publish the config file:, (*6)

php artisan vendor:publish --provider='Czemu\Simplestats\SimplestatsServiceProvider' --tag="config"

Usage

Update or create statistics for an item named "file" with id "1":, (*7)

Simplestats::update('file', 1);

Update or create unique statistics (based on cookie) for an item named "print" with id "2":, (*8)

Simplestats::update('print', 2, TRUE);

Get statistics for an item named "page" with id "3":, (*9)

Simplestats::get('page', 3);

Get statistics for an item named "download" with id "4" on specified date:, (*10)

Simplestats::get('download', 4, '2018-05-20');

Get statistics for an item named "click" with id "5" between specified date range:, (*11)

Simplestats::get('download', 5, ['2018-05-01', '2018-05-15']);

License

The MIT License (MIT). Please see the LICENSE.md file for more information., (*12)

The Versions

15/06 2018

dev-master

9999999-dev

Simple statistics for Laravel.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

laravel statistics stats simplestats

15/06 2018

1.1.0

1.1.0.0

Simple statistics for Laravel.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

laravel statistics stats simplestats

03/06 2018

1.0.1

1.0.1.0

Simple statistics for Laravel.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

laravel statistics stats simplestats

03/06 2018

1.0.0

1.0.0.0

Simple statistics for Laravel.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

laravel statistics stats simplestats