PHPackages                             rtoledof/analizer - 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. rtoledof/analizer

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

rtoledof/analizer
=================

The code analizer process the log to manage the logs from remote resource.

00PHP

Since Aug 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rtoledof/analyzer)[ Packagist](https://packagist.org/packages/rtoledof/analizer)[ RSS](/packages/rtoledof-analizer/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Analyzer
========

[](#analyzer)

How to use it?
--------------

[](#how-to-use-it)

Install the package using composer.

```
composer require rtoledof/analizer
```

Once the package it's installed via composer initialize the logger. It requires the logger what is an interface that it should be implemented named ***ILogger*** and later on call the functions.

```
$logger = new LoggerTest();
$analyzer = new \Rtoledof\Analyzer\Analyzer($logger)

$analyzer->analyze(new DateTime());
```

The analyzer has 3 method.

- read: Return the logs in the given date.
- store: Store a new log entry on the logger.
- analyze: Remove the logs older that the given date.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![rtf-rss](https://avatars.githubusercontent.com/u/87213761?v=4)](https://github.com/rtf-rss "rtf-rss (2 commits)")[![rtoledof](https://avatars.githubusercontent.com/u/1178862?v=4)](https://github.com/rtoledof "rtoledof (1 commits)")

### Embed Badge

![Health badge](/badges/rtoledof-analizer/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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