Download the PHP package xdimedrolx/rulerz-bundle without Composer
On this page you can find all versions of the php package xdimedrolx/rulerz-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xdimedrolx/rulerz-bundle
More information about xdimedrolx/rulerz-bundle
Files in xdimedrolx/rulerz-bundle
Package rulerz-bundle
Short Description Symfony2 Bundle for RulerZ
License MIT
Homepage https://github.com/K-Phoen/RulerZBundle
Informations about the package rulerz-bundle
RulerZBundle 
This bundle integrates RulerZ into Symfony.
Installation
Require the bundle:
And declare it into your app/AppKernel.php
file:
Usage
This bundle registers a rulerz
service which is an instance of RulerZ\RulerZ
.
See RulerZ's documentation for more information.
Custom operators
Custom operators can be added to RulerZ executors. The bundle provide a way to register new operators directly from the container, you just need to tag a service:
In addition to the rulerz.operator
tag, two other values are needed:
target
: the compilation target we want to register the operator for ;operator
: the name that will be given to the operator in rules.
Important: Operators registered as classes must implement the __invoke
magic method as RulerZ expects custom operators to be defined as callable.
Validators
A rule validator is provided by the bundle. In its simplest form, it will only validate the syntax of a given rule. Unknown variables or operators won't be detected unless you define a whitelist of accepted values.
Configuration reference
The targets
section allows you to enable only the compilation targets needed
by your application.
Licence
This bundle is under the MIT licence.
All versions of rulerz-bundle with dependencies
xdimedrolx/rulerz Version >=0.23
xdimedrolx/rulerz-bridge Version >=1.1.2
symfony/http-kernel Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/dependency-injection Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/config Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/filesystem Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/console Version ^3.4 || ^4.0 || ^5.0 || ^6.0