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

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

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

Last synced: 3 months 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");
~~~