diff --git a/README.md b/README.md index 84189fd..bc1c0b7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -[![Build Status](https://github.com/Neur0toxine/pock/workflows/Tests/badge.svg)](https://github.com/Neur0toxine/pock/actions) -[![Coverage](https://img.shields.io/codecov/c/gh/Neur0toxine/pock/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/Neur0toxine/pock) -[![Latest stable](https://img.shields.io/packagist/v/neur0toxine/pock.svg)](https://packagist.org/packages/neur0toxine/pock) -[![PHP from Packagist](https://img.shields.io/packagist/php-v/neur0toxine/pock.svg?logo=php&logoColor=white)](https://packagist.org/packages/neur0toxine/pock) +![Build Status](https://img.shields.io/github/workflow/status/Neur0toxine/pock/Tests?style=flat-square) +[![Coverage](https://img.shields.io/codecov/c/gh/Neur0toxine/pock/master.svg?logo=codecov&logoColor=white&style=flat-square)](https://codecov.io/gh/Neur0toxine/pock) +[![Latest stable](https://img.shields.io/packagist/v/neur0toxine/pock.svg?style=flat-square)](https://packagist.org/packages/neur0toxine/pock) +[![PHP from Packagist](https://img.shields.io/packagist/php-v/neur0toxine/pock.svg?logo=php&logoColor=white&style=flat-square)](https://packagist.org/packages/neur0toxine/pock) +![License](https://img.shields.io/github/license/Neur0toxine/pock?style=flat-square) # 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