Skip to content

Commit c112876

Browse files
authored
docs: update library description
Signed-off-by: Evan Sims <[email protected]>
1 parent d8a108c commit c112876

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
Lightweight PSR-7 HTTP Message implementation provider tailored to simplify mocked testing.
1+
**Lightweight mocking library for [PSR-7 HTTP Message](https://www.php-fig.org/psr/psr-15/) implementations, tailor-made to help you create test suites that are easier to write and maintain.**
22

33
[![codecov](https://img.shields.io/codecov/c/github/psr-mock/http-message-implementation)](https://codecov.io/gh/psr-mock/http-message-implementation) [![packagist](https://img.shields.io/packagist/dt/psr-mock/http-message-implementation)](https://packagist.org/packages/psr-mock/http-message-implementation) [![status](https://img.shields.io/github/checks-status/psr-mock/http-message-implementation/1.x)]() [![license](https://img.shields.io/github/license/psr-mock/http-message-implementation)]()
44

5+
This library is primarily intended for use in libraries like SDKs that consume PSR implementations without requiring hard dependencies on specific libraries. The library mocks a real-world implementation and strictly adheres to PSR specifications, enabling you to create test suites that are easier to write and maintain. The library also exposes a robust developer API to help you debug and fix test failures substantially faster.
6+
7+
This package is part of the [PSR Mock](https://github.com/psr-mock) suite of mocking libraries.
8+
59
## Requirements
610

711
- PHP 8.1+
12+
- Composer 2.0+
813

914
## Installation
1015

1116
```bash
1217
composer require --dev psr-mock/http-message-implementation
1318
```
1419

20+
Only install this library as a development dependency (`--dev`).
21+
It's not built for use in production environments.
22+
1523
---
1624

1725
This library is not produced or endorsed by, or otherwise affiliated with, the PHP-FIG.

0 commit comments

Comments
 (0)