diff --git a/README.md b/README.md index 4dfda29..a34a283 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/box-php5.json b/box-php5.json deleted file mode 100644 index f3abb65..0000000 --- a/box-php5.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "directories" : [ "src" ], - "compactors": [ "Herrera\\Box\\Compactor\\Php" ], - "chmod" : "0755", - "main" : "bin/phiremock", - "output" : "phiremock-php5.phar", - "web" : false, - "extract": false, - "stub" : true, - "files": [ - "LICENSE" - ], - "finder": [ - { - "name": ["*.php"], - "exclude": ["Tests", "tests"], - "in": ["vendor", "."] - } - ] -} diff --git a/box.json b/box.json deleted file mode 100644 index 73e9539..0000000 --- a/box.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "directories" : [ "src" ], - "compactors": [ "Herrera\\Box\\Compactor\\Php" ], - "chmod" : "0755", - "main" : "bin/phiremock", - "output" : "phiremock.phar", - "web" : false, - "extract": false, - "stub" : true, - "files": [ - "LICENSE" - ], - "finder": [ - { - "name": ["*.php"], - "exclude": ["Tests", "tests"], - "in": ["vendor", "."] - } - ] -} \ No newline at end of file diff --git a/phiremock-php5.phar b/phiremock-php5.phar deleted file mode 100755 index b01bc28..0000000 Binary files a/phiremock-php5.phar and /dev/null differ diff --git a/phiremock.phar b/phiremock.phar deleted file mode 100755 index c485439..0000000 Binary files a/phiremock.phar and /dev/null differ