jurchiks/dbhandler

PHP PDO database abstraction layer

2.2.3 2016-07-25 12:40 UTC

This package is auto-updated.

Last update: 2024-04-15 03:27:48 UTC


README

Requirements: PHP 7.0.0+

These classes are made to simplify database operations via the PHP PDO interface.

Using PDO's native methods makes for a lot of code bloat, so I've made this project to avoid that. There are also some pitfalls that I've worked around.

Code examples can be found in test.php.