php-rule-parser
php-rule-parser copied to clipboard
Being worked on?
Will there be any future updates/changes to this library?
Hey @jhgeluk
no big changes are planned for the near future, but it's still maintained. Anything you're missing or waiting for?
It would be a nice addition to see the following features (as described on the todo list):
- Support for object properties (foo.length)
- Support for returning actual results, other than true or false
- Support for array / string dereferencing: "foo"[1]
Also it's quite hard to transform multidimensional/deeply nested arrays to a condition string to be used in the rule engine