Submit code to the API by GET or POST with variable name: code

Example (no errors):
http://phpcodechecker.com/api/?code=$hello;

Example (with errors):
http://phpcodechecker.com/api/?code=$hello(;

Results returned as JSON (currently only Syntax Check performed)

You can base64_encode() and then urlencode() when using POST, just pass http://phpcodechecker.com/api/?base64 in your request url or body content