Skip to content

motleyhue/dredd-pollsapi-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • API Blueprint 68.3%
  • PHP 31.7%