Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuupola/dbal-psr3-logger
PSR-3 Logger for Doctrine DBAL
https://github.com/tuupola/dbal-psr3-logger
dbal doctrine logging psr-3
Last synced: about 2 months ago
JSON representation
PSR-3 Logger for Doctrine DBAL
- Host: GitHub
- URL: https://github.com/tuupola/dbal-psr3-logger
- Owner: tuupola
- License: mit
- Created: 2017-03-06T11:48:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T10:14:55.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:43:54.243Z (2 months ago)
- Topics: dbal, doctrine, logging, psr-3
- Language: PHP
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DBAL PSR-3 Logger
[![Latest Version](https://img.shields.io/packagist/v/tuupola/dbal-psr3-logger.svg?style=flat-square)](https://packagist.org/packages/tuupola/dbal-psr3-logger)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/tuupola/dbal-psr3-logger/master.svg?style=flat-square)](https://travis-ci.org/tuupola/dbal-psr3-logger)
[![Coverage](https://img.shields.io/codecov/c/github/tuupola/dbal-psr3-logger.svg?style=flat-square)](https://codecov.io/github/tuupola/dbal-psr3-logger)## Usage
Install using [composer](https://getcomposer.org/).
``` bash
$ composer require tuupola/dbal-psr3-logger
```## Testing
You can run tests either manually...
``` bash
$ composer test
```... or automatically on every code change. This requires [entr](http://entrproject.org/) to work.
``` bash
$ composer watch
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.