alanretubis / laravel-rete
A Laravel wrapper for building a Rete-based rule engine
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alanretubis/laravel-rete
Requires
- php: ^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
This package is auto-updated.
Last update: 2025-12-22 17:51:47 UTC
README
A Laravel package for building rule-based logic using the RETE algorithm. It allows storing rules and variables in a database, evaluating them dynamically, and letting end-users define their own rules through a user interface.
🔧 Features
- RETE-based rule engine implementation in PHP
- Store and manage rules and variables in the database
- Add rules dynamically via UI
- Publishable config file
- PSR-4 compliant namespace
- Built for Laravel 8.x and above (PHP 8.0+)
📦 Installation
composer require alanretubis/laravel-rete