phurple-0.6.0 is out
A lot of new stuff is implemented, most reasonable - about 30 new callbacks, the the changelog for the full list.
As of version 0.5.0 phurple is distributed as a PECL package, the pecl command can be used to install it on Linux.
Windows PHP users HEADS UP - Windows builds are available now. Besides the extension DLL you'll need to download also an appropriate libpurple build available in the files section. NOTE - Pidgin libpurple binaries aren't in any way compatible!... read more
For the updated sources look under
https://github.com/weltling/phurple
No new release yet, but a lot of refactorings are done for PHP 5.3 onwards compatibility. The more it's tested, the sooner a new release can be issued.
Thanks
v0.4.1 alpha with the following changes
* bugfix release
* fixed PHP 5.3 compatibility, on 5.3 namespaces will be used, eq.
- php 5.2 : PhurpleClient
- php 5.3 : Phurple\Client
* fixed several memory leaks
* reorganized the source code so then each php class is holded in a separate file
Welcome to the Phurple, which is the continuation of the PHPurple project.