programster/query-builder-parser

A library for converting a jQuery query builder JSON rules string to an SQL statement.

1.0.1 2021-12-16 20:07 UTC

This package is auto-updated.

Last update: 2024-04-17 01:11:36 UTC


README

PHP package for parsing the output of jQuery QueryBuilder and converting it into SQL statements.

This package requires a driver for the backend it should parse the JSON for. I have implemented a driver for PostgreSQL, but you can create your own by creating a class that implements the InterfaceParserDriver interface.