Using Components - rcarvello/webmvcframework GitHub Wiki
The components provided by the framework are instances of the abstract class framework\components\Component, in turn, an instance of the abstract class framework\Controller; therefore, a component is a full-fledged controller.
In the next page, we start by showing the first and simple webMVC Component: the DataRepeater