/mock-http-server

Simple HTTP server written in PHP to make HTTP mocking easy.

Primary LanguagePHP

This is a simple HTTP server implementation for mocking http based communication in PHP applications.

Standalone usage: cd bin; ./httpd

Mock class: test/Mock_Http_Server.php