Building a REST API with Zend Framework 2

Comments

Comments are closed.

Good look at the AbstractRestfulController and how it can help you get started w/ building RESTful APIs using ZF2.

Well done. Loved the emphasis on remembering who will be consuming the API and how to make things better for them, even if it causes more work for them initially.