Is a simple MCP/MVC Code Manager.
It Work With or Without composer.
The big difference of a standard mvc and mvp is the presence obbligatories of a central code
and your functionality is an extension of it.
Example of mvp or mvc are :
Web >> MVP/MVC >> Your Code (as an extension of MVP/MVC);
A MCP is a layer, when you add this on your code, then is automatic extended with this features
a similar example is jquery and jquery mobile library
Web >> Your Code << MCP >> New Features;
That make the developper and the designer in a very confident solution :
lnxmcp is born to is indipendent with composer, if is present use it
if is not present is a substitute of it and the autoloader
the logic is to be a manager of older and new code
The logic inside support both nmespace function and class
It is implement:
for more info Wiki GitHub Pages