Download the PHP package mojolyon/axiom without Composer
On this page you can find all versions of the php package mojolyon/axiom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package axiom
Axiom 
a simple business rule management system for php
Wikepedia definition :
A BRMS or Business Rule Management System is a software system used to define, deploy, execute, monitor and maintain the variety and complexity of decision logic that is used by operational systems within an organization or enterprise. This logic, also referred to as business rules, includes policies, requirements, and conditional statements that are used to determine the tactical actions that take place in applications and systems.
Inspired by the book Enterprise Patterns and MDA written By Jim Arlow and Ila Neustadt
Installation
Add this in your composer.json
:
Usage
There is three type of rule elements :
- Proposition : values must be a boolean
- Variable : values can be everything
-
DateVariable : values must be an instance of DateTime
The base Rule have helper for adding elements :
- Rule::operator()
- Rule::proposition()
- Rule::variable()