summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-04 00:08:22 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-04 00:08:27 -0700
commit02b8221e4fc6e6900f1746ea91ae9d6945910f6f (patch)
treecd46938c7d8baae28bd0bbb71f187ce2b86bfe26
parent9fdbbf878acf0435557406716793f7611549d0d2 (diff)
downloadphp7-mysql-shim-02b8221e4fc6e6900f1746ea91ae9d6945910f6f.zip
php7-mysql-shim-02b8221e4fc6e6900f1746ea91ae9d6945910f6f.tar.gz
php7-mysql-shim-02b8221e4fc6e6900f1746ea91ae9d6945910f6f.tar.bz2
Add SensioLabsInsight badge to README0.1.0
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5536262..892dbbb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/dshafik/php7-mysql-shim.svg?branch=master)](https://travis-ci.org/dshafik/php7-mysql-shim)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dshafik/php7-mysql-shim/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dshafik/php7-mysql-shim/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/dshafik/php7-mysql-shim/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dshafik/php7-mysql-shim/?branch=master)
+[![SensioLabsInsight](https://insight.sensiolabs.com/projects/43c28e54-9c4a-40b4-9cc9-d6409d781dda/mini.png)](https://insight.sensiolabs.com/projects/43c28e54-9c4a-40b4-9cc9-d6409d781dda)
# PHP 7 Shim for ext/mysql
This library attempts to create a drop-in replacement for ext/mysql on PHP 7 using mysqli.