https://github.com/g4code/log
G4 log writer helper
https://github.com/g4code/log
Last synced: 3 months ago
JSON representation
G4 log writer helper
- Host: GitHub
- URL: https://github.com/g4code/log
- Owner: g4code
- License: mit
- Created: 2014-04-27T20:03:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T06:41:56.000Z (about 1 year ago)
- Last Synced: 2025-10-05T07:42:30.419Z (9 months ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Log
==========
> Log - log writer helper
## Install
> Using Composer and Packagist
```sh
composer require g4/log
```
## Usage
## Development
### Install dependencies
$ make install
### Run tests
$ make test
## License
(The MIT License)
see LICENSE file for details...