fightbulc / easy_pdo
PDO MySQL Library
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-21 00:31:42 UTC
README
_____ ____ ____ ___ | ____|__ _ ___ _ _| _ \| _ \ / _ \ | _| / _` / __| | | | |_) | | | | | | | | |__| (_| \__ \ |_| | __/| |_| | |_| | |_____\__,_|___/\__, |_| |____/ \___/ |___/
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.
Who initally coded it?
EasyPDO was coded by Rob Poyntz and can be found as well here.
Why was it written?
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
Support for MySQLi has been dropped.
Why this Repo?
I had the need for named placeholders and implemented them. Further, I structured the lib to work with Composer.
Documentation / Examples
Examples can be found on Rob's page.
License
Copyright (C) 2010 Robert Poyntz
Robert Poyntz rob@digitalfinery.com.au
http://www.opensource.org/licenses/bsd-license.php