Update README.md

added a link to the php client
This commit is contained in:
Jan Halfar 2014-10-01 17:57:56 +02:00
parent 8a9c1f321f
commit 6cbef4cb90

View File

@ -1,4 +1,4 @@
Content2Go Server
Content Server
===========
Serves content tree structures very quickly through a json socket api
@ -42,5 +42,5 @@ All you have to do is to provide a tree of content nodes as a JSON encoded RepoN
## Request Data
There is a PHP Proxy implementation for foomo in Foomo.ContentServer. Feel free to use it or to implement your own proxy in the language you love. The API should be easily to implement in every other framework and language, too.
There is a PHP Proxy implementation for foomo in [Foomo.ContentServer](https://github.com/foomo/Foomo.ContentServer). Feel free to use it or to implement your own proxy in the language you love. The API should be easily to implement in every other framework and language, too.