PHPackages                             jedi/logger - 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. jedi/logger

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

jedi/logger
===========

logger for web applications, to generate log with performance and elegance

00PHP

Since May 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Fernando-Linhares/jedi-logger)[ Packagist](https://packagist.org/packages/jedi/logger)[ RSS](/packages/jedi-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JEDI LOGGER
===========

[](#jedi-logger)

### logger for web applications, to generate log with performance and elegance

[](#logger-for-web-applications-to-generate-log-with-performance-and-elegance)

Usage:

```
require_once 'vendor/autoload.php';

$logger = new Jedi\Logger;

$logger->setDriver('your_path_file_log');

$logger->log('User changed passoword');

```

To see, go to file driver or use this command

```
$logger->get()

```

> this command will get the last log

Your can modify the command get like this:

```
$logger->get('00:38:31')

```

> this command will get the log on this hour

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/19a947911ce740c557b0c01040950ba683998bd5525eb86e7d98090838b7c74c?d=identicon)[Fernando Linhares](/maintainers/Fernando%20Linhares)

---

Top Contributors

[![Fernando-Linhares](https://avatars.githubusercontent.com/u/73559240?v=4)](https://github.com/Fernando-Linhares "Fernando-Linhares (6 commits)")

### Embed Badge

![Health badge](/badges/jedi-logger/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M341](/packages/open-telemetry-sdk)

PHPackages © 2026

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