Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.74 KB

File metadata and controls

53 lines (34 loc) · 1.74 KB

RulesBundle

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

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Installation

All the installation instructions are located in documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

RulesBundle is provided by Newbridge Green

Reporting an issue or a feature request

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.