Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayfrontmedia/simple-pdo

A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
https://github.com/bayfrontmedia/simple-pdo

database mysql pdo php sql

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](#license)
- [Author](#author)
- [Requirements](#requirements)
- [Installation](#installation)
- [Documentation](#documentation)

## License

This project is open source and available under the [MIT License](LICENSE).

## Author

Bayfront Media

- [Bayfront Media homepage](https://www.bayfrontmedia.com?utm_source=github&utm_medium=direct)
- [Bayfront Media GitHub](https://github.com/bayfrontmedia)

## Requirements

* PHP `^8.0`
* PDO PHP extension

## Installation

```
composer require bayfrontmedia/simple-pdo
```

## Documentation

See [documentation](docs/README.md).