XMPPHP is a PHP library for XMPP (aka Jabber).
XMPPHP is the successor to Class.Jabber.PHP.
Some of the features include:
- Connect to any XMPP server
- Supports TLS encryption
- Several XML processing approaches and supported styles
In XMPPHP, the main processing is done by XMLStream.php. This contains a class that could be used to make any streaming XML socket server or client. It handles class connections,sending XML through the socket, but most importantly handling incoming events.
Links:
- Original project on Google Code: https://code.google.com/archive/p/xmpphp/
- Original wiki: https://code.google.com/archive/p/xmpphp/wikis/Philosophy.wiki
- Some forks: