An open API service indexing awesome lists of open source software.

https://github.com/apiaryio/dredd-pollsapi-php

Example PHP application for testing with API Blueprint and Dredd
https://github.com/apiaryio/dredd-pollsapi-php

dredd dredd-hooks example php scaffold sjs-team skeleton

Last synced: 7 months ago
JSON representation

Example PHP application for testing with API Blueprint and Dredd

Awesome Lists containing this project

README

          

# Polls API - Skeleton in PHP for testing by Dredd

[![Circle CI](https://circleci.com/gh/abtris/posobota-demo-polls-api/tree/master.svg?style=svg&circle-token=dbb5f22a5b6fe44b90c727494ac0d275f18cae16)](https://circleci.com/gh/abtris/posobota-demo-polls-api/tree/master)

[![Build Status](https://travis-ci.org/abtris/posobota-demo-polls-api.svg?branch=master)](https://travis-ci.org/abtris/posobota-demo-polls-api)

## 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