bayfrontmedia / simple-pdo
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
Installs: 1 203
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- ext-pdo: *
- bayfrontmedia/php-array-helpers: ^2.0
README
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.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP
^8.0
- PDO PHP extension
Installation
composer require bayfrontmedia/simple-pdo
Documentation
See documentation.