PHPackages                             seeren/log - 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. seeren/log

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

seeren/log
==========

Log message and determine level

3.0.0(4y ago)02571MITPHPPHP &gt;=8.0.1

Since Oct 12Pushed 4y agoCompare

[ Source](https://github.com/seeren/log)[ Packagist](https://packagist.org/packages/seeren/log)[ RSS](/packages/seeren-log/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (11)Used By (1)

Seeren\\Log
===========

[](#seerenlog)

[![Build](https://camo.githubusercontent.com/39e5dcc7549b63adefc25abdf5fb36f51b35e8f5b90116cf00debc4ef5504dfc/68747470733a2f2f6170702e7472617669732d63692e636f6d2f73656572656e2f6c6f672e7376673f6272616e63683d6d6173746572)](https://app.travis-ci.com/seeren/log)[![Require](https://camo.githubusercontent.com/36789ee0f3b677032b1ddc7183e169758811edeeb70199920022ef0022a6da0b/68747470733a2f2f706f7365722e707567782e6f72672f73656572656e2f6c6f672f726571756972652f706870)](https://packagist.org/packages/seeren/log)[![Coverage](https://camo.githubusercontent.com/e978cf171453827738de17617aebe7b619b5ae893c42e5f586c6f6c7504c474e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73656572656e2f6c6f672f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/seeren/log?branch=master)[![Download](https://camo.githubusercontent.com/a91aee646ffc4659560ef95ade5ca5996f6e42803b747cb40d3da8d817010b0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656572656e2f6c6f672e737667)](https://packagist.org/packages/seeren/log/stats)[![Codacy](https://camo.githubusercontent.com/287a83a7b7464cd6856928dced419ea411691b2e38caa7e186a9a488fd38ef16/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6261656132666139626137303461383061366236393339323161663235636264)](https://www.codacy.com/gh/seeren/log/dashboard?utm_source=github.com&utm_medium=referral&utm_content=seeren/log&utm_campaign=Badge_Grade)[![Version](https://camo.githubusercontent.com/ebeb841ff5746535de49c412c4609db40b58ed46c80cc85ce04d045331190c1f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656572656e2f6c6f672e737667)](https://packagist.org/packages/seeren/log)

Log message with time scale for standard levels

---

Installation
------------

[](#installation)

Seeren\\Log is a [PSR-3 logger interfaces](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) implementation

```
composer require seeren/log

```

---

Seeren\\Log\\Logger\\Daily
--------------------------

[](#seerenlogloggerdaily)

Log message in a `Daily`, `Monthly` or `Yearly` generated file with optional data slug

```
use Seeren\Log\Logger\Daily;

$logger = new Daily();
```

By default, log folder is in `/var/log`

```
project/
└─ var/
   └─ log/
```

Project directory can be specified at construction

```
use Seeren\Log\Logger\Daily;

$logger = new Daily('..');
```

Log using levels

```
use Seeren\Log\Logger\Daily;

$logger = new Daily();
$logger->log('info', 'Bob is logged');
```

Pass slug and context optionnaly

```
use Seeren\Log\Logger\Daily;

$logger = new Daily();
$logger->log('error', 'Something happen: {message}', [
    'message' => 'Dummy message'
]);
```

---

License
-------

[](#license)

This project is licensed under the [MIT](./LICENSE) License

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity74

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~212 days

Recently: every ~344 days

Total

10

Last Release

1591d ago

Major Versions

v1.1.5 → 2.02020-10-10

2.0.2 → 3.0.02022-01-06

PHP version history (4 changes)v1.0.1PHP &gt;=7.0.1

v1.1.5PHP &gt;=7.2.0

2.0PHP &gt;=7.4.0

3.0.0PHP &gt;=8.0.1

### Community

Maintainers

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

---

Top Contributors

[![seeren](https://avatars.githubusercontent.com/u/17710028?v=4)](https://github.com/seeren "seeren (114 commits)")

---

Tags

log-levelloggerpsr-3psr-3loggerlog-level

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seeren-log/health.svg)

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

###  Alternatives

[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)[bref/logger

All you need to log with Bref on AWS Lambda

331.5M8](/packages/bref-logger)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2818.1k4](/packages/markrogoyski-simplelog-php)[wa72/simplelogger

Wa72SimpleLogger is a collection of very simple loggers implementing \\Psr\\Log\\LoggerInterface (PSR-3)

13246.6k13](/packages/wa72-simplelogger)

PHPackages © 2026

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