https://github.com/tuki0918/auer
This repository is sample project for packagist.
https://github.com/tuki0918/auer
Last synced: 3 months ago
JSON representation
This repository is sample project for packagist.
- Host: GitHub
- URL: https://github.com/tuki0918/auer
- Owner: tuki0918
- License: mit
- Created: 2016-04-10T10:31:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T06:44:37.000Z (about 9 years ago)
- Last Synced: 2025-03-10T16:49:13.276Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/tuki0918/auer)
[](https://packagist.org/packages/tuki0918/auer)
[](https://packagist.org/packages/tuki0918/auer)
[](https://coveralls.io/github/tuki0918/auer?branch=master)
[](https://packagist.org/packages/tuki0918/auer)
[](https://packagist.org/packages/tuki0918/auer)## Auer
## Basic Usage
```php
info('info');
Logger::push()->error('errrrr');# /path/to/app-2016-01-01.log
[2016-01-01 12:00:00] app.INFO: info [] []
[2016-01-01 12:00:01] app.ERROR: errrrr [] []
```## ENV
```
export COVERALLS_RUN_LOCALLY=1
export COVERALLS_REPO_TOKEN=*****
```