helman / sift-php
Sift PHP version ported from siftjs
0.1.0
2019-02-07 00:53 UTC
Requires
- php: ^7.0
- anahkiasen/underscore-php: ^2.0
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-03-07 16:59:22 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