codeigniter-prowl
codeigniter-prowl copied to clipboard
Send iPhone notificiations from your CodeIgniter application with Prowl.
CodeIgniter-Prowl
Send iPhone notifications from your CodeIgniter application with the Prowl library. Based on the PHP Prowl from Leon Bayliss and cleaned up.
Updated Phil's library to work with the current version of Prowl's API.
Requirements
- An iPhone
- The Prowl app from the App Store installed on your iPhone
- A Prowl account
Usage
-
Update the settings in the config file (config/prowl.php)
-
Do something like this:
$this->load->library('prowl');
$result = $this->prowl->send('Reminder', 'Be an idiot in public.');
print_r($result);
-
There is no #3! Simple as that!
Credits
Based on Leon Bayliss' PHP Prowl
Original CodeIgniter class by Phil Sturgeon
Updated to latest API version by Erik Brännström