helman/sift-php

Sift PHP version ported from siftjs

0.1.0 2019-02-07 00:53 UTC

This package is auto-updated.

Last update: 2024-04-07 14:42:36 UTC


README

Sift-PHP try to imitate the sift.js node library

Supported operations

For this version the only supported operation are:

  • $and
  • $or
  • $nor
  • $not
  • $eq
  • $ne
  • $gt
  • $gte
  • $lt
  • $lte
  • $in
  • $nin
  • $size
  • $exists
  • $regex

Contribute

Welcome everyone to contribute to make this library better