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

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

codelego/phpfox-log
===================

Logging library for phpfox framework.

0161PHP

Since Nov 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/codelego/phpfox-log)[ Packagist](https://packagist.org/packages/codelego/phpfox-log)[ RSS](/packages/codelego-phpfox-log/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Log library for phpfox framework.
=================================

[](#log-library-for-phpfox-framework)

Implement

```
Code    Level      Meaning
0       Emergency  system is unusable
1       Alert      action must be taken immediately
2       Critical   critical conditions
3       Error      error conditions
4       Warning    warning conditions
5       Notice     normal but significant condition
6       Info       informational messages
7       Debug      Debug-level messages

```

### Concepts

[](#concepts)

- Log Formater is a driver to format message in various way.
- Log Writer is a driver to write log message to difference target.
- Log Manager is a container of "Writer", any invoke to Container will affected to all

**Example**

```
$logContainer->add(new FilesystemWriter([...]));
$logContainer->add(new DatabaseWriter([...]));
$logContainer->debug('system unnable');
//result: write to database & file system
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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://avatars.githubusercontent.com/u/171187?v=4)[CodeLego](/maintainers/codelego)[@codelego](https://github.com/codelego)

---

Top Contributors

[![codelego](https://avatars.githubusercontent.com/u/171187?v=4)](https://github.com/codelego "codelego (19 commits)")[![jacky0482](https://avatars.githubusercontent.com/u/57336869?v=4)](https://github.com/jacky0482 "jacky0482 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

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

API for OpenTelemetry PHP.

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

SDK for OpenTelemetry PHP.

2328.5M323](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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