awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

PHP Logging Libraries

Ranking updated Jul 13, 2026

For a php library for application logging, the strongest matches are seldaek/monolog (Monolog is the industry-standard PHP logging library that fully), easycorp/easy-log-handler (This library provides a specialized handler for Monolog that) and php-fig/log (This repository provides the PSR-3 interface specification itself rather). Each is ranked by relevance to your query, popularity and recent activity.

We curate open-source GitHub repositories matching “best php logging libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

PHP Logging Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • seldaek/monologSeldaek avatar

    Seldaek/monolog

    21,388View on GitHub↗

    Monolog is a logging library that implements the PSR-3 standard to ensure interoperable log handling across PHP applications. It provides a standardized interface for managing log records, allowing the logging system to remain replaceable across different libraries and frameworks. The library features a routing engine that distributes log messages to multiple destinations, including files, sockets, databases, and external web services. It enables severity-based routing and integration with third-party cloud platforms, messaging apps, and email services for centralized log management. To supp

    Monolog is the industry-standard PHP logging library that fully implements PSR-3, supports structured logging, and offers extensive handlers for routing logs to various destinations and services.

    PHPLogging InterfacesApplication Log RoutingLog Formatters
    View on GitHub↗21,388
  • easycorp/easy-log-handlerEasyCorp avatar

    EasyCorp/easy-log-handler

    2,005View on GitHub↗

    Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting. The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagno

    This library provides a specialized handler for Monolog that formats logs for improved human readability, making it a useful component for enhancing your existing PHP logging infrastructure.

    PHPConsole Log FormattingApplication Log InterceptorsStateful Aggregators
    View on GitHub↗2,005
  • php-fig/logphp-fig avatar

    php-fig/log

    10,440View on GitHub↗

    This project is a standardized specification for logging APIs in PHP. It defines a common logging interface and a set of severity levels to ensure ecosystem-wide compatibility between different logging implementations. The project focuses on PHP library interoperability by providing a vendor-neutral interface. This allows various software packages to record application events consistently without being tied to a specific logging vendor, adhering to the PSR-3 implementation standard. The specification covers architectural primitives for logging abstractions, including implementation-agnostic

    This repository provides the PSR-3 interface specification itself rather than a functional logging implementation, serving as a foundational building block for developers to build or integrate logging tools.

    PHPStructured Logging
    View on GitHub↗10,440

Related searches

  • a lightweight logging library for JavaScript applications
  • a python library for application logging
  • a logging library for Ruby applications
  • a logging framework for Java applications
  • a logging library for C# applications
  • a lightweight logging library for C++
  • a logging library for Rust applications
  • a message queue library for PHP