Skip to content

Commit

Permalink
add fancy badges
Browse files Browse the repository at this point in the history
  • Loading branch information
spiechu committed Jul 2, 2017
1 parent 76f148f commit a4c3ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Lazy service definitions for [Pimple DI container](http://pimple.sensiolabs.org/
Travis build status:
[![Build Status](https://travis-ci.org/spiechu/lazy-pimple.svg?branch=master)](https://travis-ci.org/spiechu/lazy-pimple)

Other fancy badges:
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spiechu/lazy-pimple/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spiechu/lazy-pimple/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/spiechu/lazy-pimple/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/spiechu/lazy-pimple/?branch=master)

## Intro

When using Pimple DIC, there is sometimes need to lazy load service and instantiate it only when needed.
Expand Down

0 comments on commit a4c3ffb

Please sign in to comment.