xiag/rql-command

v2.0.0 2016-07-03 09:57 UTC

This package is auto-updated.

Last update: 2024-04-18 12:50:27 UTC


README

This is console commands to visualize your RQL code using Symfony console and RQL parser.

Installation

composer require xiag/rql-command

Usage

./vendor/bin/rql

Lexer command

./vendor/bin/rql rql:lexer '(eq(a,false())|(c=string:3)|like(d,a*ab%2Ac?def))&not(e=6.0)&sort(+a,-b)&limit(1,2)'

alt tag

Parser command

./vendor/bin/rql rql:parser '(eq(a,false())|(c=string:3)|(d=in=(4,5)&not(e=6.0))|f>2015-04-19T05:05:05Z)&like(g,a*ab%2Ac?def)&sort(+a,-b)&limit(1,2)'

alt tag

Resources