apicart/fql

Filter Query Language

0.4.5 2023-11-26 07:47 UTC

This package is auto-updated.

Last update: 2024-08-26 09:32:59 UTC


README

Apicart/FQL (Filter Query Language)
Build Status Quality Score Code Coverage Downloads Latest stable

Write filter query as simple string via Filter Query Language (FQL) syntax. Filter query will be parsed into easy-to-use syntax tree.

Some FQL query example:

q:"samsung" AND introducedAt:["2018-01-01 00:00:00" TO NOW] AND NOT type:(tv OR "mobile phone") OR price:{10 TO *]

Installation

The simplest way to install Apicart/FQL is using Composer:

$ composer require apicart/fql

Resources