azPHP / spotify-zf2-example

Port of the Spotify example application written with Zend Framework 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Zf2 Example

This project is part of azPHP's user group series of projects where an example application is re-written in different frameworks.

It provides an example application written with Zend Framework 2.

Previous Projects

Setup

The following steps will spin up the application

  1. Clone this repository
  2. cd path/to/cloned/repository
  3. composer install
  4. php public/index.php migration apply album
  5. php -S 0.0.0.0:8080 -t public/ public/index.php
  6. visit http://localhost:8080/album

About

Port of the Spotify example application written with Zend Framework 2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 69.9%Language:HTML 26.8%Language:CSS 2.0%Language:ApacheConf 1.3%