Skip to content

videlalvaro/php_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 in erl shell:
  make:all().

To configure, edit php.app.

To start,
  erl -s php
or
  php:start().

To use,
  php:eval("echo 'Hello, World!'").

About

A PHP eval server for Erlang/OTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.8%
  • Shell 0.2%