noobgreggy/taladb

Modern Database Toolkit for PHP

Maintainers

Package info

github.com/NoobGreggy/TalaDB

pkg:composer/noobgreggy/taladb

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 0

0.1.0 2026-08-05 14:52 UTC

This package is auto-updated.

Last update: 2026-08-05 14:55:12 UTC


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