Ruler
Ruler copied to clipboard
The Hoa\Ruler library.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Hi and thanks for the awesome package! We're looking to build a front-end interface for writing rules and wondering if there were any recommendations for autocompleting / suggesting rule operators?
It is a difference to have `foo="bar"` or `foo = "bar"` when evaluating this grammar. Is there a way to have both the same?
See #94 for detailed information. Todo: - [x] Implement the `Rules` collection with an `SplPriorityQueue` - [ ] Use the `hoa/heap` library for the `Rules` collection - [x] Implement the...
~~Address to #92~~ Fix #92. Edit by @Hywan.
Hi, I am new to Ruler, and just have a basic question: How could I combine different existing rules dynamically? Tried to google and searched in the GIT repo, did...
Just an example benchmark using PHPBench to get things started. ``` $ phpbench report --uuid=latest --report=hoa benchmark: RulerBench, subject: benchAssert +---------------------------------------------------------------+------+-----+------------+---------+---------+---------+--------+ | params | revs | its | mem_peak |...
I really love this project, it's working great so far! Except one thing, which I'm probably failing to understand (correctly). I'm trying to match a 'description' with a partial string....
Hello, I trying a rule with camelcase operator and discover the Ruler\Model cast to lowercase. Business logic term may want use native language of business with long name like :...
Ruler is well designed for writing rules and making assertions on them (i.e checking if some input validates the rule). An nice feature would to be able to produce any...