Easy to use PSR-18 compatible HTTP mocking library
Go to file
2021-05-14 18:58:50 +03:00
.github/workflows drop php 7.1 2021-05-14 18:57:35 +03:00
src drop php 7.1 2021-05-14 18:57:35 +03:00
tests fix for php 7.2 2021-05-14 18:58:50 +03:00
.gitignore fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +03:00
composer.json drop php 7.1 2021-05-14 18:57:35 +03:00
LICENSE Initial commit 2021-05-13 21:05:38 +03:00
phpcs.xml.dist fixes, tests, ability to repeat mock 2021-05-14 18:52:00 +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 first code 2021-05-13 21:09:29 +03:00

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. Stay tuned!