chillerlan/php-database

An extensible database wrapper and query builder.

Maintainers

👁 codemasher

Package info

github.com/chillerlan/php-database

pkg:composer/chillerlan/php-database

Statistics

Installs: 1 161

Dependents: 6

Suggesters: 0

Stars: 43

Open Issues: 0

3.1.0 2019-08-01 23:45 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4866ccfdcb3426977cb256a30621d815277d68a7

  • Smiley <smiley.woop@chillerlan.net>

databasemysqlsqlitequerypostgresmssqldriverbuilderquerybuilderfirebirdmariadb

This package is auto-updated.

Last update: 2026-06-28 00:16:16 UTC


README

A PHP SQL client and querybuilder for the most common databases, namely: MySQL, PostgreSQL, SQLite3, Microsoft SQL Server (Transact) and Firebird.

👁 PHP Version Support
👁 version
👁 license
👁 Continuous Integration
👁 Coverage
👁 Packagist downloads

Documentation

Requirements

Installation

requires composer

composer.json

(note: replace dev-main with a version boundary)

{
	"require": {
		"php": "^8.2",
		"chillerlan/php-database": "dev-main"
	}
}

Profit!