Skip to content

Releases: SoDaHo/pdo-wrapper

v1.0.0

23 Mar 23:51
de1c5a6

Choose a tag to compare

v1.0.0 — Initial Release

First release of pdo-wrapper — a lightweight PHP PDO wrapper with fluent Query Builder and CRUD methods, supporting MySQL/MariaDB, PostgreSQL, and SQLite.

Works with any framework or standalone project. No dependencies beyond PDO itself, safe by default (prepared statements, identifier quoting, operator whitelist), and pairs naturally with [sodaho/env-loader](https://github.com/SoDaHo/env-loader) for .env-based configuration.

Requirements: PHP ^8.2 + PDO extension

composer require sodaho/pdo-wrapper

See the [README](https://github.com/SoDaHo/pdo-wrapper#readme) for full usage and examples.