clearidea / concept
Neuron based MVC.
0.1.23
2018-08-09 02:02 UTC
Requires
- clearidea/neuron: 0.6.*
Requires (Dev)
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 4.7.7
README
Concept
Concept is a minimal MVC framework (although it includes nothing related to models).
Much like rails, views can automatically rendered using different extensions in the route:
/user/1
/user/1.json
/user/1.xml
It is built on top of the Neuron components.