ptcampos / zend2-RESTful-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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

License:Other


Languages

Language:PHP 64.7%Language:HTML 31.2%Language:CSS 2.2%Language:ApacheConf 1.8%