[TYPO3-mvc] Little bit OT: Rest Client

Christoph Koehler christoph.koehler at gmail.com
Sat Aug 15 18:55:55 CEST 2009


On 8/15/09 10:29 AM, Joerg Schoppet wrote:
> Hi,
>
> I'm just writing a new extbase-extension, which I also want to use from
> outside - RESTful.
>
> For this I use "php"-views to create, with the help of simplexml, a
> xml-return.
>
> As of now this is working. Also the update of the database by sending
> get-vars to a "create"-action is working ;-)
>
>
> Currently I'm using the Zend_Rest_Client on the remote-machine. And this
> is actually the problem. Installing the complete Zend-Framework only to
> use the Rest_Client seems very "heavy" to me.
>
>
> Does anybody has a good "light-weight" alternative?
>
>
> Joerg

I just use curl. curl -X defines the HTTP verb.

Christoph


More information about the TYPO3-project-typo3v4mvc mailing list