helmich/php-evaluator

Evaluate an AST generated by PHPParser

Maintainers

Package info

github.com/martin-helmich/php-evaluator

pkg:composer/helmich/php-evaluator

Fund package maintenance!

martin-helmich

donate.helmich.me

Statistics

Installs: 34

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2014-12-02 15:10 UTC

This package is auto-updated.

Last update: 2026-02-28 08:24:58 UTC


README

What is this?

This package provides helper classes for directly executing Abstract Syntax Trees (AST's) generated by the PHP Parser.

Installation

Installation is done using composer:

{
    "require": {
        "helmich/php-evaluator": "*"
    }
}