Download the PHP package pandaleague/mock-server without Composer
On this page you can find all versions of the php package pandaleague/mock-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mock-server
Mock Server
Overview
The package was created with testing in mind - don't run this in prod :(
Your application's code will always execute in the exact same way given:
- The code don't change
- Your input is the same
- There are no external factors influencing your code.
Well, in real life, our applications are connected and dependent on so many external factors, like database, message brokers, caching, or external APIs. These are the factors this package is trying to address by providing an easy way of mocking these services with out have to bring up an instance of this service.
Enough blabbering.
TODO: This is still a work in progress
Some picture or diagram
Some examples
See the bin
folder.
Getting started
Eating my own dog food - tests
All versions of mock-server with dependencies
PHP Build Version
Package Version
Requires
stomp-php/stomp-php Version
^5.0
cboden/ratchet Version ^0.4.3
symfony/process Version ^5.1||^6.0
symfony/console Version ^5.1||^6.0
doctrine/dbal Version ^2.11||^3.0
ramsey/uuid Version ^3.9||^4.0
php Version ^7.4||^8.0
cboden/ratchet Version ^0.4.3
symfony/process Version ^5.1||^6.0
symfony/console Version ^5.1||^6.0
doctrine/dbal Version ^2.11||^3.0
ramsey/uuid Version ^3.9||^4.0
php Version ^7.4||^8.0
The package pandaleague/mock-server contains the following files
Loading the files please wait ....