How to independently use single Zend Framework component like XML-RPC or REST?

后端 未结 4 1257
生来不讨喜
生来不讨喜 2021-01-13 10:56

Zend framework is well known for loosely coupled components.

I would like to use XML-RPC from zend framework, is there any dependency for XML-RPC? Like if I had take

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-13 11:34

    I wrote a tool which takes ZF components and their dependencies so you can easily take just one (or several) component from ZF.

    http://epic.codeutopia.net/pack/

    It doesn't have the latest ZF release 1.11 (because I'm lazy), but 1.10.6 should work just fine.

提交回复
热议问题