mikicaivosevic/zf2-restful-skeleton

Restful Skeleton Application for ZF2

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/mikicaivosevic/zf2-restful-skeleton

v1.02 2015-11-06 14:20 UTC

This package is auto-updated.

Last update: 2025-09-27 06:26:17 UTC


README

##Installation

Use Composer to create a new project from scratch:

 composer create-project mikicaivosevic/zf2-restful-skeleton path/to/install

To install Zend Framework 2 into our application we simply type:

composer self-update
composer install

##Using the built-in PHP Server

php -S 0.0.0.0:8080 -t public/ public/index.php

##Testing

  • Unit tests: $ vendor/bin/phpunit