mabrahao/mock-server

Mock server for unit tests

1.4 2021-02-15 22:30 UTC

This package is auto-updated.

Last update: 2024-04-16 05:04:30 UTC


README

Simples mock server to create integration tests in PHP.

Requirements

  • php: >=7.2
  • ext-sockets: *
  • ext-json: *
  • ext-posix: *
  • myclabs/php-enum: ^1.7

Installing

composer require --dev 'mabrahao/mock-server'