Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.69 KB

File metadata and controls

52 lines (33 loc) · 1.69 KB

phpdb-adapter-sqlite

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.