Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created November 19, 2013 17:04
Show Gist options
  • Select an option

  • Save mrpatrick/7548713 to your computer and use it in GitHub Desktop.

Select an option

Save mrpatrick/7548713 to your computer and use it in GitHub Desktop.
<?php
use \avatarnewyork\pagerdutysayswebhook; include("classes/pagerdutysays.php");
$pds = new pagerdutysayswebhook\PagerDutySays($HTTP_RAW_POST_DATA);
$pds->enableAirPlay(true);
$pds->say();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment