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

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

corephp/log
===========

Easy log system to log information by STDOUT and logfile

0.2.1(8y ago)0829MITPHPPHP &gt;=5.6

Since Feb 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/danteay/corephp-log)[ Packagist](https://packagist.org/packages/corephp/log)[ RSS](/packages/corephp-log/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

corephp-log
===========

[](#corephp-log)

An easy log system for php webapps

Basic use
---------

[](#basic-use)

```
use CorePHP\Log\Logger;
use CorePHP\Log\Handlers\FileHandler;
use CorePHP\Log\Formatters\WebFormatter;
use CorePHP\Log\Handlers\StdoutHandler;

$logger = new Logger('TEST');
$formatter = new WebFormatter();

$handler = new FileHandler(__DIR__ . '/logger.log');
$handler1 = new StdoutHandler(true);
$handler->setFormatt($formatter);
$handler1->setFormatt($formatter);

$logger->addHandler($handler);
$logger->addHandler($handler1);

$logger->error('Mensaje random');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~2 days

Total

3

Last Release

3004d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ea51f1e7e9dfd8b9a871dcd586cc946b6cd8a870ff047b04336db9bf772d0a?d=identicon)[danteay](/maintainers/danteay)

---

Top Contributors

[![danteay](https://avatars.githubusercontent.com/u/9085902?v=4)](https://github.com/danteay "danteay (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2222.9M248](/packages/open-telemetry-sdk)[open-telemetry/api

API for OpenTelemetry PHP.

1833.0M214](/packages/open-telemetry-api)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)

PHPackages © 2026

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