PHP Package: spiral/logger

Spiral PHP Logger library offers efficient and versatile logging capabilities for modern applications.

Current Version: 1.2.2
Last Updated: 2020-07-30
PHP Requirement: ^7.2
Dependencies:
spiral/logger-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your application's logging functionality with the Spiral Logger library. This library provides a seamless and powerful solution for managing logs efficiently. It offers a range of features to improve log handling and analysis, empowering developers to easily track and monitor application activities.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2.2

Download Download v1.2.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/spiral/logger/1.2.2/loader.php';
require_once 'libs/spiral/logger-dependency/{lib_version}/loader.php';

use Spiral\Logger\Logger;

$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.