PHPackages                             gabber12/laratracker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gabber12/laratracker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gabber12/laratracker
====================

Tracking for laravel 5

07[2 issues](https://github.com/gabber12/Laratracker/issues)PHP

Since Feb 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gabber12/Laratracker)[ Packagist](https://packagist.org/packages/gabber12/laratracker)[ RSS](/packages/gabber12-laratracker/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

LaraTracker
===========

[](#laratracker)

### Tracking for Laravel

[](#tracking-for-laravel)

[![Build Status](https://camo.githubusercontent.com/13b0a8313c3b35a42da7666a5aa45d7025be462637f1e724e42623e2f9352e1f/68747470733a2f2f7472617669732d63692e6f72672f67616262657231322f4c617261547261636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gabber12/LaraTracker)[![Coverage Status](https://camo.githubusercontent.com/90781c730148648df7b43cfcc2f0510d9f772f1bad77936a2a422381bec46b8d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f67616262657231322f4c617261547261636b65722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/gabber12/LaraTracker?branch=master)[![StyleCI](https://camo.githubusercontent.com/3f10963d00a0276773925e17a62fb7c3ed1f97dea54eb1a2951b3899d07e2b86/68747470733a2f2f7374796c6563692e696f2f7265706f732f38323231313632372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/82211627)

Table Of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)

Installation
============

[](#installation)

To install Laratracker use composer

### Download

[](#download)

```
composer require gabber12/Laratracker

```

### Add service provider &amp; alias

[](#add-service-provider--alias)

Add the following service provider to the array in: `config/app.php`

```
Laratracker\Links\TrackingServiceProvider::class,
```

Add the following alias to the array in: `config/app.php`

```
'Tracker' => Laratracker\Links\Facades\Tracker::class,
```

### Publish the assets

[](#publish-the-assets)

```
php artisan vendor:publish

```

### Migrate

[](#migrate)

```
php artisan migrate

```

Usage
=====

[](#usage)

Create Links
------------

[](#create-links)

To create links, go in the view where you want to add a traked link and instead of using the typical url operations:

```
{{ url('http://google.com') }}
{{ route('google') }}
```

Use the package facade:

```
{{ Tracker::url('http://google.com') }}
{{ Tracker::route('google') }}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1253456?v=4)[shubham sharma](/maintainers/gabber12)[@gabber12](https://github.com/gabber12)

---

Top Contributors

[![gabber12](https://avatars.githubusercontent.com/u/1253456?v=4)](https://github.com/gabber12 "gabber12 (9 commits)")

### Embed Badge

![Health badge](/badges/gabber12-laratracker/health.svg)

```
[![Health](https://phpackages.com/badges/gabber12-laratracker/health.svg)](https://phpackages.com/packages/gabber12-laratracker)
```

###  Alternatives

[brick/varexporter

A powerful alternative to var\_export(), which can export closures and objects without \_\_set\_state()

19531.9M89](/packages/brick-varexporter)[pingpong/shortcode

Laravel - Simple shortcode based on wordpress shortcode

3840.4k1](/packages/pingpong-shortcode)[tangwei/dto

php hyperf dto

18136.0k2](/packages/tangwei-dto)[voodoophp/paginator

Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.

351.5k1](/packages/voodoophp-paginator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
