Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top