An open API service indexing awesome lists of open source software.

https://github.com/jurchiks/dbhandler

PHP PDO abstraction layer to make things easier.
https://github.com/jurchiks/dbhandler

dbhandler php php-pdo

Last synced: 3 months ago
JSON representation

PHP PDO abstraction layer to make things easier.

Awesome Lists containing this project

README

          

# dbhandler

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.