swiftmade/formula-expression

This package is abandoned and no longer maintained. No replacement package was suggested.

Extends Symfony's ExpressionLanguage to introduce awesome features

1.0.0 2017-09-05 18:28 UTC

This package is not auto-updated.

Last update: 2022-06-11 14:30:09 UTC


README

This is an extension upon Symfony's great ExpressionLanguage component.

The aim of this package is to add more functionality and flexibility by introducing conditionals, loops and useful helpers.

Formula Expression Language (or shortly FEL) makes it possible to write multi-line expressions. Symfony's ExpressionLanguage limits you to one-liners. This becomes painful if you have complicated logic that depends on lots of conditions.

Documentation

Please head over to the wiki page for the documentation.