bayfrontmedia/simple-pdo

A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.

v5.3.0 2024-10-09 02:05 UTC

This package is auto-updated.

Last update: 2024-10-09 02:06:00 UTC


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

Bayfront Media

Requirements

  • PHP ^8.0
  • PDO PHP extension

Installation

composer require bayfrontmedia/simple-pdo

Documentation

See documentation.