Skip to content

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

License

Notifications You must be signed in to change notification settings

bayfrontmedia/simple-pdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • PDO PHP extension

Installation

composer require bayfrontmedia/simple-pdo

Documentation

See documentation.

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages