Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
php log
- Host: GitHub
- URL: https://github.com/pkg6/log.php
- Owner: pkg6
- License: mit
- Created: 2023-11-12T04:04:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T16:15:09.000Z (12 months ago)
- Last Synced: 2024-04-24T18:41:26.685Z (7 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/pkg6/log
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
~~~
composer require pkg6/log
~~~# Use
~~~
new \Pkg6\Log\handler\StreamHandler(),
]);
$log->info("test");
~~~