alexeevdv/string-psr-logger

此包最新版本(1.0.0)没有可用的许可证信息。

1.0.0 2019-05-16 10:51 UTC

This package is auto-updated.

Last update: 2024-09-16 23:00:36 UTC


README

Build Status codecov PHP 5.6 PHP 7.0 PHP 7.1 PHP 7.2 PHP 7.3

将信息记录到字符串的PSR日志记录目标

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一

$ php composer.phar require alexeevdv/string-psr-logger "^1.0"

或者在您的 composer.json 文件的 require 部分添加

"alexeevdv/string-psr-logger": "^1.0"

to the require section of your composer.json file.