Phil Sturgeon

Web developer, kayaker, outdoors madman and part-time alcoholic.


Prowl library for CodeIgniter

Send iPhone notifications from your CodeIgniter application with the Prowl library. Based on the PHP Prowl from Leon Bayliss and cleaned up.

Download

ZIP or TAR from GitHub.

Requirements

Usage

$config['username'] = 'KanyeWest';
$config['password'] ='douch3b4g1977';
// optional. Defaults to CI Prowl
$config['application'] = "Kayne's Calender";

echo $this->load->library('prowl', $config);

echo $this->prowl->send('Reminder', 'Be an idiot in public.');

Simple as that!

To-do

I'll add a config file for it at some point.