PHPackages                             mannydmorales/logging - 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. mannydmorales/logging

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

mannydmorales/logging
=====================

PHP library for Logging.

v2.0.0(1y ago)1630[1 issues](https://github.com/mannydmorales/php-logging/issues)MITPHPPHP &gt;=8.0

Since Nov 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/mannydmorales/php-logging)[ Packagist](https://packagist.org/packages/mannydmorales/logging)[ Docs](https://opensource.mannydmorales.com/logging)[ RSS](/packages/mannydmorales-logging/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Logging Library (PHP)
=====================

[](#logging-library-php)

Description
-----------

[](#description)

The Logging Library offers a suite of tools designed to streamline logging and enhance debugging capabilities. It also includes functionality for generating packages that facilitate debugging and archiving of extensive transactional operations.

Features
--------

[](#features)

- Standardize your log entries with the LogItem object
- Multiple Log Streaming Options: Saves in memory for processing after application completion, Saves to a file as soon as an entry is logged, or outputs to the console (STDOUT or STDERR).
- Generate Log Packages/Archives

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

[](#installation)

To install the library (using composer):

1. `composer require mannydmorales/logging`
2. Include the composer autoloader ```
    require __DIR__.'/vendor/autoload.php';
    ```

To install the library (if not using composer):

1. Clone/Download the repository
2. Include the *autoload.php* script in your application ```
    require 'path/to/install/autoload.php';
    ```

Usage
-----

[](#usage)

Please view the examples located in the [examples/](examples) directory.

Contributing
------------

[](#contributing)

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Contact
-------

[](#contact)

For any questions or suggestions, please contact .

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e4270bf32188f4d424b07cfc8c1eb329ccf6156978350f3e7c15ed547a14e50?d=identicon)[mannydmorales](/maintainers/mannydmorales)

---

Tags

loglogginglogslogger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mannydmorales-logging/health.svg)

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

###  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)[amphp/log

Non-blocking logging for PHP based on Amp, Revolt, and Monolog.

402.6M70](/packages/amphp-log)[apix/log

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

511.0M18](/packages/apix-log)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[dakatsuka/monolog-fluent-handler

Fluentd Handler for Monolog

12480.5k](/packages/dakatsuka-monolog-fluent-handler)

PHPackages © 2026

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