Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

Simple PDO

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

Bayfront Media

Requirements

  • PHP ^8.0 (Tested up to 8.4)
  • PDO PHP extension

Installation

composer require bayfrontmedia/simple-pdo

Documentation

See documentation.