/fluentpdo

A PHP SQL query builder using PDO

Primary LanguagePHP

Install

Composer

The preferred way to install FluentPDO is via composer. v1.1.x.

Add the following line in your composer.json file:

"require": {
	...
	"pandatamara/fluentpdo": "1.1.*"
}

update your dependencies with composer update, and you're done!