Skip to content

Commit

Permalink
added scrutinizer badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
Basster committed Jul 28, 2019
1 parent fcbf5aa commit c43abff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Lazy Response Bundle
=====================

[![Build Status](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Basster/lazy-response-bundle/?branch=master)

I prefer to handle response type outside of Symfony controllers and return DTOs instead which are transformed into their corresponding responses afterwards. Some of the very standard DTOs and `kernel.view` event handlers are in this library.

Installation
Expand Down

0 comments on commit c43abff

Please sign in to comment.