orpheus / orpheus-inputcontroller
Orpheus Input Controller
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
- dev-master
- v4.0.1
- v4.0.0
- v1.10.15
- v1.10.14
- v1.10.13
- v1.10.12
- v1.10.11
- v1.10.10
- v1.10.9
- v1.10.8
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.0
- v1.8.1
- v1.8.0
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2025-01-30 02:31:36 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.