2017 © Pedro Peláez
 

library phpbin

HTTP Client Testing Service

image

garyr/phpbin

HTTP Client Testing Service

  • Friday, December 15, 2017
  • by garyr
  • Repository
  • 1 Watchers
  • 3 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

phpbin: HTTP Client Testing Service

Usage

$ composer install

# Start a web server on localhost:8000
$ ./bin/console server:start

Browse to

http://localhost:8000/

Curl Usage

$ curl http://localhost:8000/get

Response, (*2)

{
    "args": {},
    "headers": {
        "Accept": "*/*",
        "Host": "localhost:8000",
        "User-Agent": "curl/7.30.0"
    },
    "origin": "127.0.0.1",
    "url": "http://localhost:8000/get"
}

The Versions

15/12 2017
15/12 2017

dev-adds-features

dev-adds-features

HTTP Client Testing Service

  Sources   Download

MIT

The Requires

 

The Development Requires

test php http client