Add docs for additional components
This commit is contained in:
parent
fa6fb124ad
commit
977f89c50e
|
|
@ -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
|
||||||
|
|
@ -112,6 +112,7 @@ Contents
|
||||||
uri-templates-advanced
|
uri-templates-advanced
|
||||||
extending
|
extending
|
||||||
dependency-injection
|
dependency-injection
|
||||||
|
additional
|
||||||
web-server-configuration
|
web-server-configuration
|
||||||
|
|
||||||
.. _PSR-7: http://www.php-fig.org/psr/psr-7/
|
.. _PSR-7: http://www.php-fig.org/psr/psr-7/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue