Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkg6/log.php

php log
https://github.com/pkg6/log.php

Last synced: 7 days ago
JSON representation

php log

Awesome Lists containing this project

README

        

# Install

~~~
composer require pkg6/log
~~~

# Use

~~~
new \Pkg6\Log\handler\StreamHandler(),
]);
$log->info("test");
~~~