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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top