定制 xiag/rql-command 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xiag/rql-command

最新稳定版本:v2.0.0

Composer 安装命令:

composer require xiag/rql-command

包简介

README 文档

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

统计信息

  • 总下载量: 5.26k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 1

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-06-10