pandaleague / mock-server
Mock a server connection (HTTP, STOMP)
Installs: 5 306
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 0
Requires
- php: ^7.4||^8.0
- cboden/ratchet: ^0.4.3
- doctrine/dbal: ^2.11
- ramsey/uuid: ^3.9
- stomp-php/stomp-php: ^5.0
- symfony/console: ^5.1
- symfony/process: ^5.1
Requires (Dev)
- guzzlehttp/guzzle: ^7.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-26 11:22:49 UTC
README
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.