php-db / phpdb-sqlite
SQLite support for php-db
0.2.0
2026-05-20 06:44 UTC
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- php-db/phpdb: ^0.6.0
- webmozart/assert: ^2.0
Requires (Dev)
- ext-pdo: *
- ext-pdo_sqlite: *
- laminas/laminas-coding-standard: ^3.0.1
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^11.5.42
Suggests
- laminas/laminas-servicemanager: Laminas\ServiceManager component
README
This package provides SQLite support for php-db, which is a continuation of laminas-db.
Prerequisites
You'll need the following to use the package:
- PHP 8.2 or above with the PDO and PDO SQLite extensions
- Composer installed globally
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.
- File issues at https://github.com/php-db/phpdb-sqlite/issues
- Documentation is at https://docs.php-db.dev