I have a prosperity application written in-house in PHP for collaboration (Basecamp knock off). We're looking for a way to add IM chat (facebook or gmail style chat), is there a opensource solution we could use with great documentation and a easy to use API?
Platform: Linux, PHP 5, MySQL, SmartyPHP and Zend Framework.
Search for Jabber. It's an open standard based IM protocol. There are several open source implementations which you can use. Also, there are several PHP Client API's which you probably can suit to your needs.