2017 © Pedro PelĂĄez
 

library json-query

JSON query language filter in PHP

image

clue/json-query

JSON query language filter in PHP

  • Thursday, July 14, 2016
  • by clue
  • Repository
  • 2 Watchers
  • 22 Stars
  • 3,482 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

clue/json-query Build Status

An implementation of the JSON Query Language specification in PHP., (*1)

The JSON Query Language specification is currently in draft mode. This library implements the v0.4 draft., (*2)

Note: This project is in beta stage! Feel free to report any issues you encounter., (*3)

Quickstart example

Once installed, you can use the following code to get started:, (*4)

$filter = new QueryExpressionFilter(array('age' => 20));

$filter->doesMatch(array('name' => 'Tester', 'age' => 20))); // true
$filter->doesMatch(array('name' => 'Tester', 'age' => 22))); // false

Install

The recommended way to install this library is through composer. New to composer?, (*5)

{
    "require": {
        "clue/json-query": "~0.3.0"
    }
}

License

MIT, (*6)

The Versions

14/07 2016

dev-master

9999999-dev https://github.com/clue/php-json-query

JSON query language filter in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Christian LĂŒck

json filter query json query language

03/12 2014

v0.3.0

0.3.0.0 https://github.com/clue/php-json-query

JSON query language filter in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Christian LĂŒck

json filter query json query language

04/11 2014

v0.2.0

0.2.0.0 https://github.com/clue/php-json-query

JSON query language filter in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Christian LĂŒck

json filter query json query language

21/08 2014

v0.1.0

0.1.0.0 https://github.com/clue/php-json-query

JSON query language filter in PHP

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Christian LĂŒck

json filter query json query language