GitHub - SarafApp/ReactPHP-MySQL-QueryBuilder: an easy to use query builder on top of "friends-of-reactphp/mysql"

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Saraf Query Builder

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