This package provides SQLite support for php-db, which is a continuation of laminas-db.
You'll need the following to use the package:
- PHP 8.2 or above with the PDO and PDO SQLite extensions
- Composer installed globally
To get started with the project, add it to your project with the following command:
composer require php-db/phpdb-sqlitePlease be sure to read the contributor's guide for general information on contributing. This section outlines specifics for php-db.
To run the project's test suite, run the command below:
composer checkThis Composer script runs both the unit and integration tests, as well as code style and static analysis.
- File issues at https://github.com/php-db/phpdb-sqlite/issues
- Documentation is at https://docs.php-db.dev