From 70eef2abfa35254b197118682e50fe8e0ceb0652 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 15 May 2021 21:42:34 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9bc238..22dba27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -[![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 From b0f0c48815d761b8bfd054481fd2a7314f7edd3a Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 15 May 2021 21:46:21 +0300 Subject: [PATCH 2/2] add direct link to `PockBuilder` and `PockResponseBuilder` to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dba27..11af9b8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ 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