Skip to content

Commit bcf1199

Browse files
committed
- Added two more badges
1 parent 3fe1b43 commit bcf1199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mysql query builder (php 5.4+)
44
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/a57881f2-af75-48b7-9f5f-e821cdb75d0c/mini.png)](https://insight.sensiolabs.com/projects/a57881f2-af75-48b7-9f5f-e821cdb75d0c)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rkrx/php-mysql-query-builder/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rkrx/php-mysql-query-builder/?branch=master)
66
[![Build Status](https://travis-ci.org/rkrx/php-mysql-query-builder.svg)](https://travis-ci.org/rkrx/php-mysql-query-builder)
7+
[![Latest Stable Version](https://poser.pugx.org/rkr/mysql-query-builder/version.svg)](https://packagist.org/packages/rkr/mysql-query-builder)
8+
[![License](https://poser.pugx.org/rkr/mysql-query-builder/license.svg)](https://packagist.org/packages/rkr/mysql-query-builder)
9+
710

811
Simple mysql query builder to build select, insert, update and delete queries with conditional parts.
912
This library was initially not intended to build prepared statements, but this is also possible.

0 commit comments

Comments
 (0)