Skip to content

A PHP implementation built on GraalVM

Notifications You must be signed in to change notification settings

vetermanve/graalphp

 
 

Repository files navigation

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

About

A PHP implementation built on GraalVM

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.7%
  • PHP 25.7%
  • Lex 6.8%
  • HTML 1.6%
  • Other 0.2%