/graalphp

A PHP implementation built on GraalVM

Primary LanguageJava

Build Status codebeat badge CodeFactor Codacy Badge codecov

A PHP implementation built on GraalVM

Thesis project at ETH Zurich, work in progress

Build

$ mvn package
# build native image:
$ export JAVA_HOME=/path/to/graalvm
$ export GRAALPHP_BUILD_NATIVE="true"
$ ./tools/build-local.sh

Status of Implemented Feature Set

Benchmarks

More Resources