The RuleBundle adds support for a database-backed rules engine in Symfony2. It provides a flexible framework for rule management that aims to provide a simple yet highly customisable solution to managing abstract logic that you need to apply to objects without having to hardwire rules into your application.
Features include:
- Customisable Rules Engine to apply customisable logic to your objects
- Store and retrieve rules in MongoDB (TODO: Add ORM, CouchDB support)
- Unit tested
This bundle is developed in sync with symfony's repository.
There has been no testing against Symfony 2.0.x
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
All the installation instructions are located in documentation.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
RulesBundle is provided by Newbridge Green
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.