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 5y ago1 watchersCompare

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

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 57% 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

2825d 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

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M283](/packages/laravel-horizon)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/installer

Laravel application installer.

87111.0M21](/packages/laravel-installer)

PHPackages © 2026

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