Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/internations/http-mock
Mock HTTP requests on the server side in your PHP unit tests
https://github.com/internations/http-mock
Last synced: 2 days ago
JSON representation
Mock HTTP requests on the server side in your PHP unit tests
- Host: GitHub
- URL: https://github.com/internations/http-mock
- Owner: InterNations
- License: mit
- Created: 2013-05-23T17:38:04.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T17:03:50.000Z (10 months ago)
- Last Synced: 2024-09-08T11:54:41.029Z (2 months ago)
- Language: PHP
- Homepage: http://www.internations.org
- Size: 287 KB
- Stars: 390
- Watchers: 24
- Forks: 62
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Mock for PHP
[![Test](https://github.com/InterNations/http-mock/actions/workflows/test.yaml/badge.svg)](https://github.com/InterNations/http-mock/actions/workflows/test.yaml)
Mock HTTP requests on the server side in your PHP unit tests.
HTTP Mock for PHP mocks the server side of an HTTP request to allow integration testing with the HTTP side.
It uses PHP’s builtin web server to start a second process that handles the mocking. The server allows
registering request matcher and responses from the client side.*BIG FAT WARNING:* software like this is inherently insecure. Only use in trusted, controlled environments.
## Usage
Read the [docs](doc/index.md)