clearidea/concept

Neuron based MVC.

0.1.23 2018-08-09 02:02 UTC

This package is auto-updated.

Last update: 2024-04-11 02:02:03 UTC


README

Build Status

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.