_____ ____ ____ ___
| ____|__ _ ___ _ _| _ \| _ \ / _ \
| _| / _` / __| | | | |_) | | | | | | |
| |__| (_| \__ \ |_| | __/| |_| | |_| |
|_____\__,_|___/\__, |_| |____/ \___/
|___/
EasyPDO
What is it?
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., (*1)
Who initally coded it?
EasyPDO was coded by Rob Poyntz and can be found as well here., (*2)
Why was it written?
Originally coded as a private project using PHP's MySQLi drivers, EasyPDO evolved into something which could potentially:, (*3)
- 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
Support for MySQLi has been dropped., (*4)
Why this Repo?
I had the need for named placeholders and implemented them. Further, I structured the lib to work with Composer., (*5)
Documentation / Examples
Examples can be found on Rob's page., (*6)
License
Copyright (C) 2010 Robert Poyntz
Robert Poyntz rob@digitalfinery.com.au
http://www.opensource.org/licenses/bsd-license.php, (*7)