Stars: 146
Forks: 15
Pull Requests: 26
Issues: 27
Watchers: 9
Last Updated: 2022-11-09 11:07:42
Phiremock mocks HTTP requests and REST services, allowing to mock external services during acceptance testing.
License: GNU General Public License v3.0
Languages: PHP
Phiremock is a mocker and stubber of HTTP services, it allows software developers to mock HTTP requests and setup responses to avoid calling real services during development, and is particulary useful during acceptance testing when expected http requests can be mocked and verified. Any HTTP service (i.e.: REST services) can be mocked and stubbed with Phiremock. Phiremock is heavily inspired by WireMock, but does not force you to have a java installation in your PHP development environment. The full functionality of Phiremock is detailed in the following list:
Note: In version 2 Phiremock has separated libraries for the server and the client. This repository became the bundle for both libraries.
This project is published in packagist, so you just need to add it as a dependency in your composer.json:
"require-dev": {
"mcustiel/phiremock": "v2.0",
"guzzlehttp/guzzle": "^6.0"
}
And everyone who submitted their Pull Requests.