/zend2-RESTful-example

An example showing how to use The Zend`s class AbstractRestfulController to build a RESTful server.

Primary LanguagePHPOtherNOASSERTION

Zend Framework 2 RESTful API Example

Instalation

Just run the 'album.sql' present in the root folder and add 'database.local.php' file with your database configuration inside the /config/autoload/ folder.

The REST Module route is: /album-rest[/:id]