php-db/phpdb-sqlite

SQLite support for php-db

Maintainers

Package info

github.com/php-db/phpdb-sqlite

Homepage

Forum

pkg:composer/php-db/phpdb-sqlite

Statistics

Installs: 801

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

0.2.0 2026-05-20 06:44 UTC

This package is auto-updated.

Last update: 2026-05-22 01:02:56 UTC


README

This package provides SQLite support for php-db, which is a continuation of laminas-db.

Build Status

Prerequisites

You'll need the following to use the package:

Quick Start

To get started with the project, add it to your project with the following command:

composer require php-db/phpdb-sqlite

Contributing

Please be sure to read the contributor's guide for general information on contributing. This section outlines specifics for php-db.

Test suites

To run the project's test suite, run the command below:

composer check

This Composer script runs both the unit and integration tests, as well as code style and static analysis.