mobius / mobiusmvc
This package is abandoned and no longer maintained.
No replacement package was suggested.
A lightweight and extensible model-view-controller library.
v1.2.0
2015-10-21 20:58 UTC
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)