mirror of
https://github.com/Neur0toxine/pock.git
synced 2025-03-14 00:36:11 +03:00
Merge branch 'master' of github.com:Neur0toxine/pock
This commit is contained in:
commit
26d707000c
13
README.md
13
README.md
@ -1,14 +1,17 @@
|
||||
[](https://github.com/Neur0toxine/pock/actions)
|
||||
[](https://codecov.io/gh/Neur0toxine/pock)
|
||||
[](https://packagist.org/packages/neur0toxine/pock)
|
||||
[](https://packagist.org/packages/neur0toxine/pock)
|
||||

|
||||
[](https://codecov.io/gh/Neur0toxine/pock)
|
||||
[](https://packagist.org/packages/neur0toxine/pock)
|
||||
[](https://packagist.org/packages/neur0toxine/pock)
|
||||

|
||||
|
||||
# pock
|
||||
|
||||
Easy to use HTTP mocking solution, compatible with PSR-18 and HTTPlug.
|
||||
|
||||
Project is still in its early development stage. API can change over time, but I'll try to not introduce breaking changes.
|
||||
You can find autogenerated documentation [here](https://neur0toxine.github.io/pock/) or look at the examples.
|
||||
You can find autogenerated documentation [here](https://neur0toxine.github.io/pock/) or look at the examples. API for the mock building can be found
|
||||
[here](https://neur0toxine.github.io/pock/classes/Pock-PockBuilder.html) and API for the response building (returned from `PockBuilder::reply` call)
|
||||
can be found [here](https://neur0toxine.github.io/pock/classes/Pock-PockResponseBuilder.html).
|
||||
|
||||
# Examples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user