Registry / utility / neos-eel

neos-eel

JSON →
library9.1.1phppackagistunverified

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

composer require neos/eel
INSTALL
IMPORT
SIG · NEOS-EEL
N
neos-eel
utilityphpv9.1.1
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 Neos\Eel\EelEvaluator;

Evaluates an Eel expression with a given context

<?php require_once 'vendor/autoload.php'; use Neos\Eel\EelEvaluator; $evaluator = new EelEvaluator(); $result = $evaluator->evaluate('foo.bar', ['foo' => ['bar' => 'value']]); echo $result; // 'value'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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