Skip to content

Port of the Spotify example application written with Zend Framework 2

License

Notifications You must be signed in to change notification settings

azPHP/spotify-zf2-example

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.9%
  • HTML 26.8%
  • CSS 2.0%
  • ApacheConf 1.3%