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
Requires
- php: >=7.4
Suggests
- programster/query-builder-pgsql-driver: A driver for using this package with a PostgreSQL backend.
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.