EasyPDO
Download EasyPDO
EasyPDO is small PHP library that provides an easy and secure way to interact with a database. EasyPDO makes writing parameterised queries a breeze, and can dramatically reduce the amount of code you need to write.
Originally coded as a private project using PHP's MySQLi drivers, EasyPDO evolved into something which could potentially:
- Save developers time
- Make web applications more secure
- Simplify your codebase
- Help reduce programming errors
EasyPDO has been tested on MySQL v5.0, SQLite3 and Postgres v8.4. There is a good chance it will work with any of the other databases supported by PDO.
Please note that support for MySQLi has now been dropped.