Search code examples
phppsr-0

php psr-0 restful webservice library


is anyone aware of lightweight restful lib that is namespaced following psr-0 guide lines.

looking at slim, epiphany but would like something that is better structured and namespaced as per psr-0 recommendations.

slim claims to be psr-0 compliant but its not really and 'achieves' this by using is own autoloader.

any tips greatly appreciated.


Solution

  • Silex is very similar to Slim but with much better architecture IMO and it is psr-0 compliant.