Download the PHP package zire/psr-log without Composer
On this page you can find all versions of the php package zire/psr-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor zire
Package psr-log
Short Description Common interface for logging libraries
License MIT
Homepage https://github.com/php-fig/log
Package psr-log
Short Description Common interface for logging libraries
License MIT
Homepage https://github.com/php-fig/log
Please rate this library. Is it a good library?
Informations about the package psr-log
PSR Log
This repository holds all interfaces/classes/traits related to PSR-3.
Note that this is not a logger of its own. It is merely an interface that describes a logger. See the specification for more details.
Installation
Usage
If you need a logger, you can use the interface like this:
You can then pick one of the implementations of the interface to get a logger.
If you want to implement the interface, you can require this package and
implement Psr\Log\LoggerInterface
in your code. Please read the
specification text
for details.
All versions of psr-log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package zire/psr-log contains the following files
Loading the files please wait ....