Skip to content

garyr/phpbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

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

About

phpbin: HTTP Client Testing Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published