Download the PHP package pkg6/log without Composer
On this page you can find all versions of the php package pkg6/log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package log
Install
composer require pkg6/log
Use
<?php
require 'vendor/autoload.php';
$log = new \Pkg6\Log\Logger([
new \Pkg6\Log\handler\StreamHandler("./log/text.log"),
]);
$log = new \Pkg6\Log\Logger([
"console" => new \Pkg6\Log\handler\StreamHandler(),
]);
$log->info("test");All versions of log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4 | >8.0
ext-json Version *
psr/log Version ^1.0.1 || ^2.0
pkg6/var-dumper Version ^0.1
ext-json Version *
psr/log Version ^1.0.1 || ^2.0
pkg6/var-dumper Version ^0.1
The package pkg6/log contains the following files
Loading the files please wait ...