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
- Host: GitHub
- URL: https://github.com/apiaryio/dredd-pollsapi-php
- Owner: apiaryio
- License: mit
- Archived: true
- Created: 2016-02-16T14:30:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T18:15:38.000Z (almost 10 years ago)
- Last Synced: 2025-05-30T00:07:31.260Z (8 months ago)
- Topics: dredd, dredd-hooks, example, php, scaffold, sjs-team, skeleton
- Language: API Blueprint
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 15
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polls API - Skeleton in PHP for testing by Dredd
[](https://circleci.com/gh/abtris/posobota-demo-polls-api/tree/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