You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$prowl = new Prowl\Wrapper(array('xxxyyyzzz'), 'My app');
$prowl->push('My event', 'A very long event description', 'http://example.com/optional_url');
About
Wraps xenji's ProwlPHP library with a simpler interface.