orpheus / orpheus-inputcontroller
Orpheus Input Controller
Package info
github.com/Sowapps/orpheus-inputcontroller
pkg:composer/orpheus/orpheus-inputcontroller
v4.0.1
2023-10-31 14:18 UTC
Requires
- php: >=7.4
- orpheus/orpheus-cache: ^4.0.0
- orpheus/orpheus-core: ^4.0.0
- orpheus/orpheus-rendering: ^4.0.0
- orpheus/orpheus-webtools: ^4.0.0
- orpheus/orpheus-yaml: ^4.0.0
This package is auto-updated.
Last update: 2026-05-29 01:09:20 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.