php-rule-parser icon indicating copy to clipboard operation
php-rule-parser copied to clipboard

Being worked on?

Open jhgeluk opened this issue 2 years ago • 3 comments

Will there be any future updates/changes to this library?

jhgeluk avatar Mar 28 '22 12:03 jhgeluk

Hey @jhgeluk

no big changes are planned for the near future, but it's still maintained. Anything you're missing or waiting for?

nicoSWD avatar Mar 28 '22 13:03 nicoSWD

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]

jhgeluk avatar Mar 28 '22 14:03 jhgeluk

Also it's quite hard to transform multidimensional/deeply nested arrays to a condition string to be used in the rule engine

jhgeluk avatar Mar 31 '22 11:03 jhgeluk