Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active December 24, 2015 12:29
Show Gist options
  • Select an option

  • Save caseysoftware/6797994 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/6797994 to your computer and use it in GitHub Desktop.
collect the inbound context.io payload
<?php
$json = file_get_contents('php://input');
$data = json_decode($json);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment