mobius / mobiusmvc
A lightweight and extensible model-view-controller library.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mobius/mobiusmvc
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2022-02-01 12:52:13 UTC
README
A model view controller framework called 'Mobius'
#####Planned Features:
- Easy-to-integrate application layer
- Base model framework
- Base view framework
- View template system with simple functionality (I.e. references to model variables, if/else statements)
#####Existing Features:
- Request routing
- Response & Request handling
- Base controller framework
######Notes:
- This project is very much in-the-works
- For this framework to be of use, there must be a central point of access (Requests need to be routed to some php script)