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.
- Spotify Album Search written w/ Symfony https://github.com/azPHP/spotify-symfony-example
- Spotify Album Search written w/ Laravel https://github.com/azPHP/spotify-laravel-example
The following steps will spin up the application
- Clone this repository
- cd path/to/cloned/repository
- composer install
- php public/index.php migration apply album
- php -S 0.0.0.0:8080 -t public/ public/index.php
- visit
http://localhost:8080/album