Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 489 Bytes

File metadata and controls

20 lines (12 loc) · 489 Bytes

Controller Package

The Controller package provides MVC styled controllers and actions to handle the HTTP request and response cycle. They can also be coupled with the View package for convenient template rendering.

Installation

This package can be installed with Composer.

composer require titon/controller:*

Documentation