Skip to content

Mock HTTP requests on the server side in your PHP unit tests

License

Notifications You must be signed in to change notification settings

LinioPay/http-mock

This branch is 42 commits ahead of, 6 commits behind InterNations/http-mock:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b787b8f · Nov 17, 2023
Apr 20, 2016
Jan 30, 2020
May 31, 2019
Nov 17, 2023
May 23, 2013
Nov 16, 2023
Feb 19, 2020
Jan 30, 2020
Feb 25, 2020
Dec 8, 2017
Apr 27, 2016
May 24, 2013
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023

Repository files navigation

HTTP Mock for PHP

Gitter Build Status Dependency Status Average time to resolve an issue Percentage of issues still open

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

About

Mock HTTP requests on the server side in your PHP unit tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%