Skip to content

Instantly share code, notes, and snippets.

@yields
Created August 22, 2012 17:04
Show Gist options
  • Save yields/3427559 to your computer and use it in GitHub Desktop.
Save yields/3427559 to your computer and use it in GitHub Desktop.
shout
$shout->get('foo :bar', function ($params) {
print_r($params);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment