https://github.com/roundpartner/yii-extended-logging
Yii 1 Custom Logger
https://github.com/roundpartner/yii-extended-logging
yii
Last synced: about 1 month ago
JSON representation
Yii 1 Custom Logger
- Host: GitHub
- URL: https://github.com/roundpartner/yii-extended-logging
- Owner: roundpartner
- License: mit
- Created: 2017-06-24T15:22:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T13:33:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T12:39:31.414Z (over 1 year ago)
- Topics: yii
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii Extended Logging
Yii 1 Custom Logger
## Installing
```bash
composer install
composer dumpautoload --no-interaction --optimize
```
## Testing
```bash
vendor/bin/phpunit
```