Skip to content

Http Logger

The http logger component for Hyperf.

Installation

shell
composer require "friendsofhyperf/http-logger

Publish Configuration

shell
php bin/hyperf.php vendor:publish friendsofhyperf/http-logger

Usage

php
return [
    'http' => [
        // Configuration here
    ],
];