File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,16 @@ You can manipulate the ``ResponseInterface`` or the ``Exception`` by using the
86
86
To better understand the whole process check existing implementations in the
87
87
`plugin repository `_.
88
88
89
- Contributions
90
- -------------
89
+ Contributing Your Plugins to PHP-HTTP
90
+ -------------------------------------
91
91
92
- We are always open to contributions. Either in form of Pull Requests to the core package or self-made plugin packages.
93
- We encourage everyone to prefer sending Pull Requests, however we don't promise that every plugin gets
94
- merged into the core. If this is the case, it is not because we think your work is not good enough. We try to keep
95
- the core as small as possible with the most widely used plugin implementations.
92
+ We are open to contributions. If the plugin is of general interest and is not too complex, the best
93
+ is to do a Pull Request to ``php-http/plugins ``. Please see the :doc: `contribution guide <../development/contributing >`.
94
+ We don't promise that every plugin gets merged into the core. We need to keep the core as small as
95
+ possible with only the most widely used plugins to keep it maintainable.
96
+
97
+ The alternative is providing your plugins in your own repository. Please let us know when you do,
98
+ we would like to add a list of existing third party plugins to the list of plugins.
96
99
97
100
.. _PSR : https://groups.google.com/forum/?fromgroups#!topic/php-fig/wzQWpLvNSjs
98
101
.. _plugin repository : https://github.com/php-http/plugins
You can’t perform that action at this time.
0 commit comments