Skip to content

For Contributors

dim-s edited this page Dec 23, 2014 · 8 revisions

To contributing our project, you need to known how it works!

Build System

To build our project, you need to install the Gradle system (http://www.gradle.org/) and be able to use it.

Architecture

The JPHP project contains the next modules:

  • jphp-runtime - only runtime libraries for JPHP.
  • jphp-core - compiler + runtime.
  • jphp-...-ext - an extension for jphp, e.g.: jphp-net-ext, jphp-json-ext.
  • jphp-android - extension for support Android API.

Clone this wiki locally