Make Your Symfony Applications Flexible With A Business Rule Engine

İbrahim Gündüz
Developer Space
Published in
3 min readNov 30, 2019

--

The business needs changes and sometimes even you might not reach the people’s speed. No matter how reusable code that you’ve written; all your changes may become garbage in a few days with new business needs. Until MariaBundle.

Maria is an open-source business rule engine that I have developed as a side-project. You can easily integrate it with any existing Symfony application in a few steps. It allows communicating any other services based on the Dependency Injection component super easy.

Today we are gonna check a few real-world use cases with Maria and I’m sure that you’ll love it. Let’s get started:

Installation

I think you can easily install Maria by following the steps in the README documentation in a few minutes. So I’ll not mention about them here again.

Example:

--

--