micro/plugin-logger-core

Micro Framework: Logger plugin

Installs: 792

Dependents: 5

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/micro/plugin-logger-core

2.0.0-alpha 2024-07-06 12:41 UTC

This package is auto-updated.

Last update: 2025-10-06 23:27:11 UTC


README

Requirements

PHP >= 8.0.0

How to use the library

Add the latest version of micro/kernel into your project by using Composer or manually:

Using Composer (Recommended)

Or require the package inside the composer.json of your project:

"require": {
    "micro/kernel": "^1"
},

Example

After adding the library to your project, include the file autoload.php found in root of the library.

include 'vendor/autoload.php';

Configuration

Simple usage:

$plugins = [
    \Micro\Plugin\Logger\LoggerPlugin::class,
];

License

MIT