apiaryio / dredd-pollsapi-php

Example PHP application for testing with API Blueprint and Dredd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polls API - Skeleton in PHP for testing by Dredd

Circle CI

Build Status

Install composer

curl -sS https://getcomposer.org/installer | php

Run composer to install dependencies

./composer.phar install

Run server

php -S localhost:8000 -t web

Run tests

dredd

About

Example PHP application for testing with API Blueprint and Dredd

License:MIT License


Languages

Language:API Blueprint 68.3%Language:PHP 31.7%