Skip to content

Commit

Permalink
Updated README. Removed files that now belong only to the server
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Aug 8, 2020
1 parent 12b327b commit 2ea94f2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Phiremock
# Phiremock Bundle

**Note**: In version 2 Phiremock has separated libraries for the server and the client. This became the bundle for both libraries.

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](http://wiremock.org/), 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:
Expand Down
20 changes: 0 additions & 20 deletions box-php5.json

This file was deleted.

20 changes: 0 additions & 20 deletions box.json

This file was deleted.

Binary file removed phiremock-php5.phar
Binary file not shown.
Binary file removed phiremock.phar
Binary file not shown.

0 comments on commit 2ea94f2

Please sign in to comment.