Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.91 KB

README.md

File metadata and controls

51 lines (42 loc) · 2.91 KB

chillerlan/php-database

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!