From 0d2c0be8d12b46b9285d320a3ede779db28779e5 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 13 Jul 2017 14:04:47 +0200 Subject: [PATCH 1/2] Added docs about what packages we accept to be listed --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f0e55a4..56084c3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ Browse the documentation on [Read the Docs](http://php-http.readthedocs.org/). Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html). +#### Add your package under "They use us" + +We want to keep this list of packages to a small number. If your package should be considered for be listed here +it must be a well known packages with about a million downloads. + +However, we are much less strict with the packages on [httplug.io](http://httplug.io/). On [that repository](https://github.com/php-http/httplug.github.io) +we generally accept any well written package with a few hunreds downloads. ## Security From 3e3df5481f5245f38cb15e5d83764eaae3be975c Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 13 Jul 2017 16:03:44 +0200 Subject: [PATCH 2/2] Updated according to feedback --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56084c3..0eb7043 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme #### Add your package under "They use us" We want to keep this list of packages to a small number. If your package should be considered for be listed here -it must be a well known packages with about a million downloads. +it must be a well known packages with a significant number of downloads (a million or more). However, we are much less strict with the packages on [httplug.io](http://httplug.io/). On [that repository](https://github.com/php-http/httplug.github.io) -we generally accept any well written package with a few hunreds downloads. +we generally accept any stable and documented package using httplug. ## Security