Skip to content

Instantly share code, notes, and snippets.

@wizardjedi
Last active August 1, 2018 19:30
Show Gist options
  • Save wizardjedi/a02eee75b35dd227b79380335064708d to your computer and use it in GitHub Desktop.
Save wizardjedi/a02eee75b35dd227b79380335064708d to your computer and use it in GitHub Desktop.

JAVA-PHP INTEROP PROTOCOL

{
  "cmd":"NEW",
  "class":"com.someenterprise.SomeClass",
  "args":[
    {
      "type":"int",
      "value":123
    }
  ]
}
{
  "cmd":"INVOKE",
  "method":"run",
  "args":[
    {
      "type":"int",
      "value":123
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment