Skip to content

Commit

Permalink
Add docs for additional components
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdietz committed Jun 13, 2015
1 parent fa6fb12 commit 977f89c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/additional.rst
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 977f89c

Please sign in to comment.