jurchiks / dbhandler
PHP PDO database abstraction layer
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jurchiks/dbhandler
Requires
- php: >=7.0.0
- ext-pdo: *
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.