Registry / utility / typo3-eel

typo3-eel

JSON →
library9.1.0phppackagistunverified

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages.

composer require typo3/eel
INSTALL
IMPORT
SIG · TYPO3-EEL
T
typo3-eel
utilityphpv9.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EelEvaluator
use TYPO3\Eel\EelEvaluator;

Evaluates an Eel expression with a context.

use TYPO3\Eel\EelEvaluator; $evaluator = new EelEvaluator(); $result = $evaluator->evaluate('foo.bar', ['foo' => ['bar' => 'Hello']]); echo $result;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
typo3-eel — pip install typo3-eel · libregistry