2017 © Pedro Peláez
 

library apiarist

Laravel internal analytics package.

image

thepirateorange/apiarist

Laravel internal analytics package.

  • Friday, May 25, 2018
  • by thepirateorange
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Apiarist

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status, (*1)

Packagist Packagist Packagist, (*2)

Package description: CHANGE ME, (*3)

Installation

Install via composer, (*4)

composer require thepirateorange/apiarist

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature., (*5)

Add service provider to config/app.php in providers section, (*6)

thepirateorange\Apiarist\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section, (*7)

thepirateorange\Apiarist\Facades\Apiarist::class,

Publish Configuration File

php artisan vendor:publish --provider="thepirateorange\Apiarist\ServiceProvider" --tag="config"

Usage

CHANGE ME, (*8)

Security

If you discover any security related issues, please email thepirateorange@gmail.com instead of using the issue tracker., (*9)

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator., (*10)

The Versions

25/05 2018

dev-master

9999999-dev

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

25/05 2018

0.2.7

0.2.7.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

23/05 2018

0.2.6

0.2.6.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

22/05 2018

0.2.5

0.2.5.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

22/05 2018

0.2.4

0.2.4.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

21/05 2018

0.2.3

0.2.3.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

21/05 2018

0.2.2

0.2.2.0

Laravel internal analytics package.

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

21/05 2018

0.2.1

0.2.1.0

Laravel internal analytics package.

  Sources   Download

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

20/05 2018

0.2.0

0.2.0.0

Laravel internal analytics package.

  Sources   Download

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

19/05 2018

0.1.0

0.1.0.0

Laravel internal analytics package.

  Sources   Download

The Requires

 

The Development Requires

by Jonathan Tordesillas

apiarist

18/05 2018

0.0.0

0.0.0.0

A Laravel 5 package for handling analytics in the application. It's like an internal version of Google Analytics.

  Sources   Download

by Jonathan Tordesillas