Skip to content

Commit 52bf382

Browse files
committed
Add documentation link and intro, fixes #11
1 parent dbbded3 commit 52bf382

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ $ composer require php-http/message
1919
```
2020

2121

22-
## Usage
22+
## Intro
23+
24+
This package contains various PSR-7 tools which might be useful in an HTTP workflow:
25+
26+
- Authentication method implementations
27+
- Various Stream encoding tools
28+
- Message decorators
29+
- Message factory implementations for Guzzle PSR-7 and Diactoros
30+
31+
32+
## Documentation
33+
34+
Please see the [official documentation](http://docs.httplug.io).
2335

2436

2537
## Testing

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-http/message",
33
"description": "HTTP Message related tools",
44
"license": "MIT",
5-
"keywords": ["message", "http"],
5+
"keywords": ["message", "http", "psr-7"],
66
"homepage": "http://php-http.org",
77
"authors": [
88
{

0 commit comments

Comments
 (0)