From 462ef6934b2784ad8ba0b2aa54ce28c467210676 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 15 Jun 2015 15:05:45 +0200 Subject: [PATCH] readme.md: added badges --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 82e22ebd..7508155d 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ [![Downloads this Month](https://img.shields.io/packagist/dm/dibi/dibi.svg)](https://packagist.org/packages/dibi/dibi) [![Build Status](https://travis-ci.org/dg/dibi.svg?branch=master)](https://travis-ci.org/dg/dibi) +[![Latest Stable Version](https://poser.pugx.org/dibi/dibi/v/stable)](https://github.com/dg/dibi/releases) +[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/dg/dibi/blob/master/license.md) Database access functions in PHP are not standardised. This library hides the differences between them, and above all, it gives you a very handy interface.