PHPackages                             smart-contact/tracking-application-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. smart-contact/tracking-application-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

smart-contact/tracking-application-log
======================================

v1.0.2(3y ago)01.4k1JavaScript

Since Sep 25Pushed 3y agoCompare

[ Source](https://github.com/smart-contact/tracking-application-log)[ Packagist](https://packagist.org/packages/smart-contact/tracking-application-log)[ RSS](/packages/smart-contact-tracking-application-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Tracking Application Log
========================

[](#tracking-application-log)

Installation
------------

[](#installation)

```
composer require smart-contact/tracking-application-log

```

```
php artisan tracking-application-log:install

```

```
php artisan migrate

```

Define access
-------------

[](#define-access)

```
protected function gate()
    {
        Gate::define('view', function ($user) {
            //here you can define access
        });
    }

```

Add LaravelExcel
----------------

[](#add-laravelexcel)

On config/app.php add this lines:

```
'providers' => [
    ...
    Maatwebsite\Excel\ExcelServiceProvider::class,
    ...
]

```

```
'aliases' => [
    ...
   'Excel' => Maatwebsite\Excel\Facades\Excel::class,
   ...
]

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

###  Release Activity

Cadence

Every ~300 days

Total

4

Last Release

1153d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8c3fd3e09d9a34cb0bc4527d4d030fbb88e32c66126118b42406f4a82aecfa8?d=identicon)[SmartContact](/maintainers/SmartContact)

---

Top Contributors

[![sc-andreaortu](https://avatars.githubusercontent.com/u/57093164?v=4)](https://github.com/sc-andreaortu "sc-andreaortu (21 commits)")[![sc-matteodeliperi](https://avatars.githubusercontent.com/u/61695342?v=4)](https://github.com/sc-matteodeliperi "sc-matteodeliperi (20 commits)")[![fm96-dev](https://avatars.githubusercontent.com/u/37149443?v=4)](https://github.com/fm96-dev "fm96-dev (1 commits)")

### Embed Badge

![Health badge](/badges/smart-contact-tracking-application-log/health.svg)

```
[![Health](https://phpackages.com/badges/smart-contact-tracking-application-log/health.svg)](https://phpackages.com/packages/smart-contact-tracking-application-log)
```

###  Alternatives

[pragmarx/tracker

A Laravel Visitor Tracker

2.9k300.0k1](/packages/pragmarx-tracker)

PHPackages © 2026

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