From 5d6d02c1a790be32ca6f2f73e3a4f1de7bf112cc Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Tue, 21 May 2019 02:50:15 -0300 Subject: [PATCH 1/5] docs: Standardize the README What: Standardizes the README file providing a common language and an implementation link. Why: There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b7b486..d51c0b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -HTTP Server Handler -=================== +HTTP Server Request Handlers +============== -Provides the `RequestHandlerInterface` of [PSR-15][psr-15]. +This repository holds all interfaces related to [PSR-15 (HTTP Server Request Handlers)][psr-url]. -[psr-15]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md +Note that this is not an HTTP Server Request Handler implementation of its own. It is merely interfaces that describe the components of one. + +You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist. + +[psr-url]: https://www.php-fig.org/psr/psr-15/ +[package-url]: https://packagist.org/packages/psr/http-server-handler +[implementation-url]: https://packagist.org/providers/psr/http-server-handler-implementation From 089f32c969b7ccd7cda7a83fd677e4d1a009eae5 Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Tue, 21 May 2019 02:58:05 -0300 Subject: [PATCH 2/5] docs: Standardize the README What: Standardizes the README file providing a common language and an implementation link. Why: There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51c0b3..f539519 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ HTTP Server Request Handlers ============== -This repository holds all interfaces related to [PSR-15 (HTTP Server Request Handlers)][psr-url]. +This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Server Request Handlers)][psr-url]. -Note that this is not an HTTP Server Request Handler implementation of its own. It is merely interfaces that describe the components of one. +Note that this is not a Server Request Handler implementation of its own. It is merely the interface that describe a Server Request Handler. You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist. From bb041ad92c379b75b33600b68e127836feb16a5e Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Thu, 23 May 2019 13:36:37 -0300 Subject: [PATCH 3/5] chore: update README Changes requested in https://github.com/php-fig/http-factory/pull/9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f539519..a53852b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Ser Note that this is not a Server Request Handler implementation of its own. It is merely the interface that describe a Server Request Handler. -You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist. +The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist. [psr-url]: https://www.php-fig.org/psr/psr-15/ [package-url]: https://packagist.org/packages/psr/http-server-handler From e2bb3496e16468abec5ff6cafe270039083c006e Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Thu, 23 May 2019 13:37:30 -0300 Subject: [PATCH 4/5] Update README.md Co-Authored-By: Woody Gilk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a53852b..54a3c01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -HTTP Server Request Handlers +HTTP Server Request Handlers for Middleware ============== This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Server Request Handlers)][psr-url]. From 367f89379726605a84ec6bef9e3a9654065fb588 Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Thu, 6 Jun 2019 20:33:01 -0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a3c01..111a9ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ HTTP Server Request Handlers for Middleware -============== +=========================================== This repository holds the `RequestHandlerInterface` related to [PSR-15 (HTTP Server Request Handlers)][psr-url].