Home » Networking » Net_Growl
Send notifications to Growl from PHP on MACOSX and WINDOWS
This package is unmaintained.
Download latest release 2.7.0 (there might be newer Composer installable version)
License: BSD License
Description
Growl is a MACOSX application that listen to notifications sent by
applications and displays them on the desktop using different display
styles. Net_Growl offers the possibility to send notifications to Growl
from your PHP application through network communication using UDP.
Maintainers
- Laurent Laville (farell) — lead, active
- Bertrand Mansion (mansion) — lead, inactive
- Takeshi Kawamoto (ariela) — contributor, active
- Brian Dunnington (<brian>) — helper, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.9.4)
- mbstring (extension)
- pcre (extension)
- SPL (extension)
Optional
- PHPUnit (pear.phpunit.de, >= 3.6.0)
Releases
- 2.7.0 (stable, 2013-01-29)
Release notes
License: BSD License
Additions and changes:
- add missing Notification-Coalescing-ID message type on NOTIFY request
- introduced use of icons collection (phar, zip archives and more: see http://www.php.net/manual/en/wrappers.php)
- new example (gntpAdapterIconCollection.php) that demonstrate both new features
- Net_Growl_Application accept now the Net_Growl_Icon instance containerBug fixes:
- none - 2.6.0 (stable, 2012-04-05)
- 2.5.2 (stable, 2012-03-07)
- 2.5.1 (stable, 2012-02-23)
- 2.5.0 (stable, 2012-01-05)
- 2.4.0 (stable, 2011-09-24)
- 2.3.0 (stable, 2011-06-13)
- 2.2.2 (stable, 2011-01-13)
- 2.2.1 (stable, 2011-01-11)
- 0.7.0 (beta, 2006-03-31)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18588 | Duplicate | Bug | 2.2.2 | 2011-06-06 | Multibyte support bug. |
| #18589 | Closed | Bug | 2.2.2 | 2011-06-06 | Multibyte support bug. |
| #18738 | Closed | Req | SVN | 2011-08-18 | Provide public setters for Net_Growl_Application |
| #20056 | Open | Doc | 2.7.0 | 2013-08-29 | IP to send notification |