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

https://github.com/quillstack/monolog-factory

The library to add Monolog to The Quill Stack Framework.
https://github.com/quillstack/monolog-factory

Last synced: 5 months ago
JSON representation

The library to add Monolog to The Quill Stack Framework.

Awesome Lists containing this project

README

          

# Monolog factory

[![Build Status](https://travis-ci.org/quillstack/monolog-factory.svg?branch=main)](https://travis-ci.org/quillstack/monolog-factory)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=quillstack_monolog-factory&metric=alert_status)](https://sonarcloud.io/dashboard?id=quillstack_monolog-factory)
[![Downloads](https://img.shields.io/packagist/dt/quillstack/monolog-factory.svg)](https://packagist.org/packages/quillstack/monolog-factory)
[![StyleCI](https://github.styleci.io/repos/303143797/shield?branch=main)](https://github.styleci.io/repos/303143797?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/monolog-factory/badge)](https://www.codefactor.io/repository/github/quillstack/monolog-factory)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_monolog-factory&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=quillstack_monolog-factory)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=quillstack_monolog-factory&metric=ncloc)](https://sonarcloud.io/dashboard?id=quillstack_monolog-factory)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=quillstack_monolog-factory&metric=coverage)](https://sonarcloud.io/dashboard?id=quillstack_monolog-factory)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/quillstack/monolog-factory)
![Packagist License](https://img.shields.io/packagist/l/quillstack/monolog-factory)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/quillstack/monolog-factory/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/quillstack/monolog-factory/?branch=main)

The library to add Monolog to The Quill Stack Framework.

### Unit tests

Run tests using a command:

```
phpdbg -qrr vendor/bin/phpunit
```

Check the tests coverage:

```
phpdbg -qrr vendor/bin/phpunit --coverage-html coverage tests
```

## Quill Stack

If you want to know more about other solutions, visit the website: \
https://quillstack.com/

[![The Quill Stack](http://quillstack.com/quillstack.png)](https://quillstack.com/)