programster/query-builder-parser

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

Installs: 527

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/programster/query-builder-parser

1.0.1 2021-12-16 20:07 UTC

This package is auto-updated.

Last update: 2025-09-17 04:30:20 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.