PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Mock HTTP Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mock HTTP Server
Test HTTP requests with configurable responses
Author: By
Last change:
Date: 5 years ago
Size: 923 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/http_request_mock_server", "description": "free as in freedom application to test http requests with configurable responses that supports the formats json, raw and xml", "keywords": [ "bazzline", "php", "php5", "php56", "php7", "free as in freedom", "reusable", "mock", "http", "https", "server", "rest", "restful", "JSON", "XML", "raw", "status code", "API" ], "type": "project", "require": { "php": "^5.6||^7.0" }, "license": "GPL-3.0", "authors": [ { "name": "stev leibelt", "email": "artodeto@bazzline.net" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "Net\\Bazzline\\HttpRequestMockServer\\": "source/" } } }