PHPackages                             resultsystems/monitor - 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. resultsystems/monitor

Abandoned → [https://github.com/laravel/telescope](/?search=https%3A%2F%2Fgithub.com%2Flaravel%2Ftelescope)ArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

resultsystems/monitor
=====================

Monitor logs queries.log and laravel.log

0.3.2(7y ago)62.8k12MITPHPPHP &gt;=7.0.0

Since Nov 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/resultsystems/monitor)[ Packagist](https://packagist.org/packages/resultsystems/monitor)[ RSS](/packages/resultsystems-monitor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (7)Used By (2)

Monitor log queries and laravel.log
===================================

[](#monitor-log-queries-and-laravellog)

==========

Package abandoned because the package:  be much better and with many options.
-------------------------------------------------------------------------------------------------------------------

[](#package-abandoned-because-the-package-httpsgithubcomlaraveltelescope-be-much-better-and-with-many-options)

Thanks for more than 2 thousand installations.

### For Laravel 5.5-5.7

[](#for-laravel-55-57)

```
composer require resultsystems/monitor

or

In the **require** key of **composer.json** file add the following:

```php
"resultsystems/monitor": "~0.3"
```

In your **config/app.php** add *'ResultSystems\\Monitor\\MonitorServiceProvider::class'* to the end of the **'providers'** array:

```
'providers' => array(
    ...
    ...
    ResultSystems\Monitor\MonitorServiceProvider::class,
),
```

### Usage:

[](#usage)

This tailing storage/logs/laravel.log

```
php artisan monitor:laravel
```

This will create a queries.log file inside of storage/logs directory and tailing the file.

```
php artisan monitor:queries
```

This will delete queries.log.

```
php artisan monitor:queries --stop
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~85 days

Total

5

Last Release

2776d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/191396?v=4)[Leandro Henrique Reis](/maintainers/emtudo)[@emtudo](https://github.com/emtudo)

---

Top Contributors

[![emtudo](https://avatars.githubusercontent.com/u/191396?v=4)](https://github.com/emtudo "emtudo (13 commits)")[![flavianohonorato](https://avatars.githubusercontent.com/u/4780299?v=4)](https://github.com/flavianohonorato "flavianohonorato (1 commits)")

---

Tags

laravellaravel-5-packageloggerlogginglogsmonitorqueriesqueryloglaraveldbmonitor

### Embed Badge

![Health badge](/badges/resultsystems-monitor/health.svg)

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

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-tail

Easily tail application logs

7592.5M4](/packages/spatie-laravel-tail)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)

PHPackages © 2026

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