helman / sift-php
Sift PHP version ported from siftjs
Installs: 701
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/helman/sift-php
Requires
- php: ^7.0
- anahkiasen/underscore-php: ^2.0
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-09-07 18:04:04 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