PHP Package: php-http/logger-plugin

powerful PHP library for logging HTTP requests and responses efficiently

Current Version: 1.4.0
Last Updated: 2024-10-31
PHP Requirement: >=7.1
Dependencies: psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The logger-plugin is a comprehensive PHP library designed to handle HTTP request and response logging seamlessly. With advanced features and robust functionality, it simplifies the process of tracking and managing HTTP interactions. This plugin offers extensive customization options and compatibility with various PHP frameworks and projects, making it an essential tool for developers seeking reliable logging capabilities.

🔗 View on GitHub

Download Latest Version: 1.4.0

Clock Coming soon

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/php-http/logger-plugin/1.4.0/autoload.php';

use PHPMailer\PHPMailer\PHPMailer;
use Psr\Log\LoggerInterface;


$obj = new PHPMailer\PHPMailer\PHPMailer();
echo "✅ Example created successfully.";

?>

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