Skip to content

RJ/php_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php_app - PHP eval server for Erlang/OTP

Requires Unix/Linux due to dependency on `ps` command to test PHP memory usage.

To compile:
$ make

To run:
$ ./run.sh

Example usage:
  php:eval("echo 'Hello, World!';").
  php:eval("return 1+2;").
  php:eval("return array(1,'foo',3.14);").

About

A PHP eval server for Erlang/OTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 98.2%
  • Shell 1.8%