承接 mpdf/psr-log-aware-trait 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mpdf/psr-log-aware-trait

最新稳定版本:v3.0.0

Composer 安装命令:

composer require mpdf/psr-log-aware-trait

包简介

Trait to allow support of different psr/log versions.

README 文档

README

Trait to allow support of different psr/log versions.

By including this PsrLogAwareTrait, you can allow composer to resolve your PsrLogger version for you.

Use

Require the trait.

    composer require chromatic/psr-log-aware-trait

In your code, you no longer have to set a $logger property on your classes, since that comes with the trait, and you do not need to implement the function setLogger() method, since that also comes along with the trait.

use PsrLogAwareTrait;

Will allow you to call setLogger() in your classes and fulfil the requirements of the PsrLoggerAwareInterface implementation.

统计信息

  • 总下载量: 29.69M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 62
  • 点击次数: 7
  • 依赖项目数: 13
  • 推荐数: 0

GitHub 信息

  • Stars: 62
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04