diff --git a/docs/source/additional.rst b/docs/source/additional.rst new file mode 100644 index 0000000..01d6045 --- /dev/null +++ b/docs/source/additional.rst @@ -0,0 +1,18 @@ +Additional Components +===================== + +The core WellRESTed library is designed to be very small and limited in scope. It should do only what's needed, and no more. One of WellRESTed's main goals is to stay small, and not force anything on consumers. + +That being said, there are a number or situations that come up that warrant solutions. For that, WellRESTed also provides a (growing) number of companion packages that you may find useful, depending on the project. + +`HTTP Exceptions`_ + A collection of Exception classes that correspond to common HTTP error status codes. + +`Error Handling`_ + Classes to facilitate error handling including + +Or, see WellRESTed_ on GitHub. + +.. _HTTP Exceptions: https://github.com/wellrestedphp/http-exceptions +.. _Error Handling: https://github.com/wellrestedphp/error-handling +.. _WellRESTed: https://github.com/wellrestedphp diff --git a/docs/source/index.rst b/docs/source/index.rst index ac6d2e6..fe54696 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -112,6 +112,7 @@ Contents uri-templates-advanced extending dependency-injection + additional web-server-configuration .. _PSR-7: http://www.php-fig.org/psr/psr-7/