承接 flipboxfactory/craft-psr3 相关项目开发

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

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

flipboxfactory/craft-psr3

最新稳定版本:2.1.0

Composer 安装命令:

composer require flipboxfactory/craft-psr3

包简介

PSR-3 Logger for Craft CMS

README 文档

README

Join the chat at https://gitter.im/flipboxfactory/craft-psr3 Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

This package provides simple mechanism for PSR-3 logging via Craft CMS.

Installation

To install, use composer:

composer require flipboxfactory/craft-psr3

Testing

$ ./vendor/bin/phpunit

Usage

Define it as a component in your plugin

'components' => [
    'psr3logger' => [
        'class' => flipbox\craft\psr3\Logger::class
     ]
]

or via your composer as an 'extra' definition

"components": {
  "psr3logger": "flipbox\\craft\\psr3\\Logger"
}

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 82.99k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-23