Skip to content

Commit 5d0e42b

Browse files
committed
Update README.md
1 parent 6f51a04 commit 5d0e42b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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-
7+
[![Latest Stable Version](https://poser.pugx.org/rkr/php-mysql-query-builder/v/stable)](https://packagist.org/packages/rkr/php-mysql-query-builder)
8+
[![License](https://poser.pugx.org/rkr/php-mysql-query-builder/license)](https://packagist.org/packages/rkr/php-mysql-query-builder)
89

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

0 commit comments

Comments
 (0)