bobthecow / Ruler

A simple stateless production rules engine for modern PHP
MIT License
1.06k stars 140 forks source link

Support of versioning and History persisting #59

Closed achrafSallemi closed 2 years ago

achrafSallemi commented 6 years ago

First, I would like to thank you for this library and I am quite amazed to find it. My question is : is there a plan to support rules versioning and history persistence. Because sometimes it is useful to make versioning if the rules changes over time + persist the decision tree history(like doctrine driver for example).

Thanks

bobthecow commented 2 years ago

Versioning and persistence, generally, are outside the scope of this project. It's agnostic to how you implement and store your rules.