Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 taken out XML-RPC folder off Zend Framework Library and try to instantiate RPC object, would it throw error?

Where can I find the proper way of separating component from the framework?

Thanks

like image 221
Hossain Khan Avatar asked Nov 30 '10 14:11

Hossain Khan


1 Answers

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.

like image 130
Jani Hartikainen Avatar answered Sep 22 '22 17:09

Jani Hartikainen