Skip to content

Instantly share code, notes, and snippets.

@motyar
Created August 23, 2016 02:24
Show Gist options
  • Save motyar/695b6960e32b799eb64fc29c23c7b332 to your computer and use it in GitHub Desktop.
Save motyar/695b6960e32b799eb64fc29c23c7b332 to your computer and use it in GitHub Desktop.
Slack API event handler in PHP
<?php
header('Content-Type: application/x-www-form-urlencoded');
$entityBody = file_get_contents('php://input');
echo $entityBody;
// DO things with Slack API + $entityBody HERE!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment