Easy to use PSR-18 compatible HTTP mocking library
Go to file
2021-05-15 19:00:42 +03:00
.github/workflows new functionality and tests, documentation generator, update readme 2021-05-15 13:14:21 +03:00
src matchers, symfony serializer support, more tests and fixes 2021-05-15 18:57:28 +03:00
tests matchers, symfony serializer support, more tests and fixes 2021-05-15 18:57:28 +03:00
.gitignore new functionality and tests, documentation generator, update readme 2021-05-15 13:14:21 +03:00
composer.json matchers, symfony serializer support, more tests and fixes 2021-05-15 18:57:28 +03:00
LICENSE Initial commit 2021-05-13 21:05:38 +03:00
phpcs.xml.dist matchers, symfony serializer support, more tests and fixes 2021-05-15 18:57:28 +03:00
phpdoc.dist.xml fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +03:00
phpmd.xml fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +03:00
phpstan.neon fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +03:00
phpunit.xml.dist fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +03:00
README.md slight change to readme 2021-05-15 19:00:42 +03:00

Build Status Coverage Latest stable PHP from Packagist

pock

Easy to use HTTP mocking solution, compatible with PSR-18 and HTTPlug. Should resemble gock in the end.

Project in its early development stage. User manual is not there yet, but you can find autogenerated documentation here.

Most of the desired functionality is already implemented, but the API itself can change over time.