saraf/qb

an easy to use query builder for mysql

Maintainers

Package info

github.com/SarafApp/ReactPHP-MySQL-QueryBuilder

pkg:composer/saraf/qb

Statistics

Installs: 5 976

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

v2.0 2025-08-02 09:29 UTC

This package is auto-updated.

Last update: 2026-03-02 11:05:55 UTC


README

This project is an easy-to-use query builder and mysql connection manager for saraf projects.

Development

Before anything please ensure that you have phpcs php-cs-fixer installed on your machine. Then run the following commands to set up project for yourself.

sudo npm i -g @commitlint/config-conventional
pip install pre-commit
pre-commit install
pre-commit install --hook-type commit-msg