Download the PHP package wdalmut/simple-mvc without Composer
On this page you can find all versions of the php package wdalmut/simple-mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wdalmut/simple-mvc
More information about wdalmut/simple-mvc
Files in wdalmut/simple-mvc
Download wdalmut/simple-mvc
More information about wdalmut/simple-mvc
Files in wdalmut/simple-mvc
Vendor wdalmut
Package simple-mvc
Short Description A simple and full stack Push & Pull MVC framework.
License MIT
Package simple-mvc
Short Description A simple and full stack Push & Pull MVC framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-mvc
A simple MVC [VC] framework
A simple push & pull MVC framework heavly inspired to different PHP microframeworks and PHP MVC framework like ZF1.
Why?
I want to try out the test-driven development [at least write some tests ;)].
Just for my pleasure.
Goals
- PHPUnit
- Very simple implementation (only 8 classes + autoloader)
- PHP 5.3+ implementation
Features
- 100% MVC implementation [66% no model support] ;)
- Useful hooks (Fixed events)
- Loop Startup
- Pre Dispatch
- Init Hook
- Post Dispatch
- Loop Shutdown
- View Renderer Switch
- View Helpers
- Partial views
- Two step view (Layout support)
- Controllers stack
- Headers handler
- Event manager (Self designed hooks)
- Router
- Only controller/action names
- Dash URLs support (/a-dash/the-name-of-content)
- Pull Driven requests
- View request data to a controller-action
- Rewritable views
- Different views mount points for rewrite views
Install with Composer
If you want you can use Composer for install simple-mvc.
Create the composer.json
Now you can install the framework
You can use the Composer autoloader
Examples and docs
- Documentation
- Real Example
Build Status
The end.
All versions of simple-mvc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package wdalmut/simple-mvc contains the following files
Loading the files please wait ....