drosalys-web / http-mocker
A PHP library used to create HTTP Mock. Useful for APIs.
dev-master
2020-06-17 08:53 UTC
Requires
- php: ^7.4
- ext-json: *
- symfony/browser-kit: ^5.1
- symfony/cache: ^5.1
- symfony/config: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/http-client: ^5.1
- symfony/http-foundation: ^5.1
- symfony/http-kernel: ^5.1
- symfony/mime: ^5.1
- symfony/routing: ^5.1
- symfony/yaml: ^5.1
Requires (Dev)
- symfony/error-handler: ^5.1
- symfony/var-dumper: ^5.1
This package is auto-updated.
Last update: 2024-11-17 19:05:17 UTC
README
A PHP library used to create HTTP Mock. Useful for APIs.
Install
composer require drosalys-web/http-mocker
Documentations
TODO
Example
php -S localhost:8000 -t example/public example/public/index.php
License
This bundle is under the MIT license. See the complete license:
LICENSE