From 977f89c50e95a01a0b75823f62d353437c4813cf Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 13 Jun 2015 18:43:36 -0400 Subject: [PATCH] Add docs for additional components --- docs/source/additional.rst | 18 ++++++++++++++++++ docs/source/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/source/additional.rst 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/