PHP Package: abacaphiliac/psr-log4php

A comprehensive PHP library adhering to PSR standards for logging and managing application logs efficiently and effectively.

Current Version: 1.0.0
Last Updated: 2019-08-03
PHP Requirement: >=5.6
Dependencies:
php-fig/log
abacaphiliac/psr-logger
abacaphiliac/psr-container
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your PHP project with psr-log4php, a robust logging library built to meet PSR standards. With a wide array of features and customization options, it ensures effective log management, error tracking, and debugging capabilities. Benefit from seamless integration and streamline your development workflow with this powerful logging solution.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/abacaphiliac/psr-log4php/1.0.0/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/abacaphiliac/psr-logger/{lib_version}/loader.php';
require_once 'libs/abacaphiliac/psr-container/{lib_version}/loader.php';

use Abacaphiliac\PsrLog4Php\Logger;
use Abacaphiliac\PsrLog4Php\Handler\FileHandler;

$obj = new Logger();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.