orpheus/orpheus-inputcontroller

Orpheus Input Controller

Installs: 382

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/orpheus/orpheus-inputcontroller

v4.0.1 2023-10-31 14:18 UTC

README

Apply MVC to your Orpheus application

The Request reads the input and parse all data from browser request. The Controller is a PHP class that process input from user Request. The Response is returned by the Controller, it could be a HTML Document, a HTTP Redirection, a JSON reponse or any binary file.