Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/expression-language
Provides an engine that can compile and evaluate expressions
https://github.com/symfony/expression-language
component php symfony symfony-component
Last synced: 5 days ago
JSON representation
Provides an engine that can compile and evaluate expressions
- Host: GitHub
- URL: https://github.com/symfony/expression-language
- Owner: symfony
- License: mit
- Created: 2013-09-20T09:40:38.000Z (over 11 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:53:23.000Z (about 1 month ago)
- Last Synced: 2025-01-04T10:17:34.441Z (8 days ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/expression-language
- Size: 647 KB
- Stars: 2,811
- Watchers: 13
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- php-awesome - expression-language - 表达式解析&运算 (类库 / 语法解析)
README
ExpressionLanguage Component
============================The ExpressionLanguage component provides an engine that can compile and
evaluate expressions. An expression is a one-liner that returns a value
(mostly, but not limited to, Booleans).Resources
---------* [Documentation](https://symfony.com/doc/current/components/expression_language/introduction.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)