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.
- Host: GitHub
- URL: https://github.com/jurchiks/dbhandler
- Owner: jurchiks
- License: mit
- Created: 2015-02-12T13:29:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T12:41:12.000Z (almost 10 years ago)
- Last Synced: 2024-04-19T18:41:08.670Z (about 2 years ago)
- Topics: dbhandler, php, php-pdo
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.