fightbulc/easy_pdo

PDO MySQL Library

Maintainers

👁 fightbulc

Package info

github.com/fightbulc/easy_pdo

pkg:composer/fightbulc/easy_pdo

Statistics

Installs: 286

Dependents: 1

Suggesters: 0

Stars: 3

Open Issues: 0

0.1.8 2013-03-04 02:30 UTC

Requires

  • php: >=5.3.3

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-2-Clause f6d3e3184ec48d6d337639d074d0d0a9f8d44410

  • Tino Ehrich <opensource.woop@efides.com>
  • Rob Poyntz <rob.woop@digitalfinery.com.au>

dbmysqlsqlitepdopostgres

This package is auto-updated.

Last update: 2026-06-21 04:37:20 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