Early stage · in development

MiliRulePilot

An early-stage Laravel business rule and decision engine package, with AND/OR condition grouping and comparison operators in active development.

Overview

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.

In progress

AND/OR condition grouping

Letting rules nest conditions instead of a single flat list — matching how real business logic actually branches.

Wider comparison operators

Expanding beyond basic equality checks toward ranges, set membership, and pattern matching.

Naming cleanup

Fixing a method-name typo in the core evaluation path before the API is considered stable.

LaravelPHPEarly stage

Package stats

stars
forks
open issues
last updated

Drag to see more

Pulled live from the GitHub API.