Overview

The provider concept is a way to “supplement” the main app logic. It is different from a handler though:

Providers are more analagous to “plugins” than are handlers. For instance multiple app providers may be installed by various packages and each of these will supplement the (one and only) app handler. See also Architecture.

So far there is only one provider type defined; see App Providers.