I started to work on that, but realized how expansive the spec was and
decided to use Chiara.
There is actually a PHP53 only implementation which i think the PEAR
group is moving towards, and its pretty much in line with what you are
describing.
Its called SimpleChannelServer and is being worked on by brett bieber of
pear (aka Saltybeagle)
http://saltybeagle.com/?section=article&id=124
I think its prob best that PHP core & infrastruture components be
handled by them, but we need to see what their roadmap looks like.
-ralph
Christoph Dorn wrote:
I am looking for a clean OO implementation of a PEAR Channel server that
I can extend. Is anyone aware of a library that is actively maintained?
If there are no real options out there I am thinking about writing a ZF
component for it. How about Zend_Pear_Server?
Anyone interested in using it, testing or helping out? I have a
semi-working lib I wrote a while back that we can port and enhace (it
implements all the different XML responses required).
Christoph