lstrojny / RuleDSL

14 stars 0 forks source link

Can you give some examples? #1

Closed marcospassos closed 11 years ago

marcospassos commented 11 years ago

Your library seems really cool, but has no usage example. Can you provide some examples?

Thanks!

lstrojny commented 11 years ago

Hi Marcos,

the RuleEngine is currently more of a study, not really something to use in production. To see what it currently can do, have a look at https://github.com/lstrojny/RuleEngine/blob/master/tests/RuleEngine/Language/Parser/ParserTest.php. My future plans are to use Ruler (https://github.com/bobthecow/Ruler) as a RuleEngine and add the language on top. If you want, you can of course start with that.