A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
Simple PDO was designed to provide a collection of functions which ensure safe and secure database queries with a simple-to-use interface without compromising speed - all the while supporting simultaneous connections of multiple databases.
Simple PDO also utilizes prepared statements using named bindings to protect against SQL injections.
This project is open source and available under the MIT License.
- PHP
^8.0
(Tested up to8.4
) - PDO PHP extension
composer require bayfrontmedia/simple-pdo
See documentation.