Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.