covermanager / fast-php-query-builder
This package is abandoned and no longer maintained.
The author suggests using the darkspock/just-query package instead.
Production-grade PHP Query Builder with MySQL and PostgreSQL support. Safe bulk operations, conditional clauses, JSON schema, query profiler, and index hints. Zero framework coupling.
v1.0.0
2026-04-02 21:06 UTC
Requires
- php: >=8.3
- ext-pdo: *
- psr/log: ^2.0|^3.0
- psr/simple-cache: ^2.0|^3.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- ext-pdo_mysql: Required for MySQL driver support
- ext-pdo_pgsql: Required for PostgreSQL driver support