Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Jun 24, 2020
1 parent bc2ccce commit f2eb442
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,20 @@

This library is a PSR HTTP implementation created for Shieldon firewall 2, following up the PSR (PHP Standard Recommendation) documents by one hundred percent.

### Test Status
- **PSR-7** (HTTP Message Interfaces)
- **PSR-15** (HTTP Server Request Handlers)
- **PSR-17** (HTTP Factories)

### Test Status

Shiledon PSR-HTTP library is strictly tested by unit tests contain almost all condictions that might be happened, if you find any bug or something that can improve this library, please let me know.

| Test suite | Status |
| --- | --- |
| Repository built-in tests | [![Build Status](https://travis-ci.org/terrylinooo/psr-http.svg?branch=master)](https://travis-ci.org/terrylinooo/psr-http)
| [PSR-7 integration tests](https://github.com/terrylinooo/psr7-integration-tests) | [![Build Status](https://travis-ci.org/terrylinooo/psr7-integration-tests.svg?branch=shieldon-psr-http)](https://travis-ci.org/terrylinooo/psr7-integration-tests)






All methods are also well-tested by [PSR 7 Intergation Tests](https://github.com/terrylinooo/psr7-integration-tests).

- **PSR-7** (HTTP Message Interfaces)
- **PSR-15** (HTTP Server Request Handlers)
- **PSR-17** (HTTP Factories)

You can use it on any framework which is compatible with those PSRs.

## Install
Expand Down

0 comments on commit f2eb442

Please sign in to comment.