micro/plugin-logger-core
Composer 安装命令:
composer require micro/plugin-logger-core
包简介
Micro Framework: Logger plugin
README 文档
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
统计信息
- 总下载量: 1.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-23