PHPackages                             logavel/track-logs - 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. logavel/track-logs

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

logavel/track-logs
==================

This Package will helping you to track PHP logs

1.0.5(2y ago)015proprietaryPHP

Since Oct 27Pushed 1w ago1 watchersCompare

[ Source](https://github.com/daxitzadafiya/track-logs)[ Packagist](https://packagist.org/packages/logavel/track-logs)[ RSS](/packages/logavel-track-logs/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

About Logavel Track Logs
========================

[](#about-logavel-track-logs)

Add this line in App/Exceptions/Handler.php

App/Exceptions/Handler.php
--------------------------

[](#appexceptionshandlerphp)

```
use Logavel\TrackLogs\Log;
use Throwable;

public function report(Throwable $exception)
    {
        if ($this->shouldReport($exception)) {
            Log::log($exception->getMessage());
            parent::report($exception);
        }
    }
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance64

Regular maintenance activity

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~0 days

Total

5

Last Release

981d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65220211?v=4)[daxit zadafiya](/maintainers/DaxitZadafiya)[@daxitzadafiya](https://github.com/daxitzadafiya)

---

Top Contributors

[![daxitzadafiyawork-create](https://avatars.githubusercontent.com/u/250923446?v=4)](https://github.com/daxitzadafiyawork-create "daxitzadafiyawork-create (2 commits)")[![daxitzadafiya](https://avatars.githubusercontent.com/u/65220211?v=4)](https://github.com/daxitzadafiya "daxitzadafiya (1 commits)")

### Embed Badge

![Health badge](/badges/logavel-track-logs/health.svg)

```
[![Health](https://phpackages.com/badges/logavel-track-logs/health.svg)](https://phpackages.com/packages/logavel-track-logs)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[spatie/flare-client-php

Send PHP errors to Flare

177161.5M23](/packages/spatie-flare-client-php)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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