Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jan 2, 2021
1 parent 8df50e4 commit 7f56a23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ A ZIP responder (PSR-7).
composer require selective/zip-responder
```

There are multiple A PSR-7 StreamFactory implementations available.
There are multiple PSR-7 StreamFactory implementations available.

* [slim/psr7](https://github.com/slimphp/Slim-Psr7)
* [nyholm/psr7](https://github.com/Nyholm/psr7)
* [guzzlehttp/psr7](https://github.com/guzzle/psr7)
* [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros)

To install `slim/psr7`, run:
To install the `slim/psr7` component, run:

```
composer require slim/psr7
Expand Down

0 comments on commit 7f56a23

Please sign in to comment.