henderjon / chevron-db
a PDO wrapper for making common DB operations slightly easier
v4.5.0
2016-08-09 17:23 UTC
Requires
- php: >=5.5
- psr/log: ~1.0
Requires (Dev)
- chevron/loggers: ~4.0
- henderjon/drop: ~1.0
- phpunit/phpunit: ~4.0
Suggests
- chevron/loggers: ~4.0
- mysql: ~5.5
- sqlite: ~3.8
README
Db is a simple PDO wrapper that offers some basic security and a few helper methods to make interacting with DBs a little easier. While write queries are reasonably abstracted, you are still expected to write your own read queries.
Peruse the tests or, if present, the examples directory to see usage.
See packagist for version/installation info.