noobgreggy / taladb
Modern Database Toolkit for PHP
0.1.0
2026-08-05 14:52 UTC
Requires
- php: ^8.4
Requires (Dev)
- phpunit/phpunit: ^13.2
README
A modern, lightweight, framework-agnostic PHP database library built on PDO.
Multi-database support • Clean API • Query Builder • Transactions • Collections
🚀 About Taladb
Taladb is an open-source PHP database abstraction library inspired by:
- Laravel Database Component
- Doctrine DBAL
- MeekroDB
The goal of Taladb is to provide a simple, modern, and extensible database layer for PHP applications.
Taladb is built on top of PDO while hiding database complexity behind a clean API.
✨ Features
Current Features
✅ PHP 8.3+ Support
✅ PDO-based architecture
✅ Multiple database drivers
✅ Connection management
✅ Clean configuration system
✅ Exception handling
Supported Databases
| Database | Status |
|---|---|
| MySQL | ✅ Working |
| MariaDB | ✅ Working |
| PostgreSQL | ✅ Working |
| SQLite | 🚧 Planned |
| SQL Server | 🚧 Planned |
📦 Installation
Install using Composer:
composer require noobgreggy/taladb