php 0.1.0

Rust bindings for the PHP runtime
1
2
3
4
<? 
  $entityBody = file_get_contents('php://input');
  echo 'php got: ' . $entityBody
?>