An early-stage Laravel business rule and decision engine package, with AND/OR condition grouping and comparison operators in active development.
01
MiliRulePilot is a business rule and decision engine for Laravel — a way to express conditional logic (“if X and Y, then Z”) as data instead of scattering it through if/else chains in application code.
It's still early: the core evaluation engine works, and I'm actively expanding it with AND/OR condition grouping and a wider set of comparison operators.
02
Letting rules nest conditions instead of a single flat list — matching how real business logic actually branches.
Expanding beyond basic equality checks toward ranges, set membership, and pattern matching.
Fixing a method-name typo in the core evaluation path before the API is considered stable.
03
Drag to see more
Pulled live from the GitHub API.