Mamuph is a modern PHP console framework oriented to the rapid console application development.
A console is an application that runs over a barebone shell in text mode, so it is not required to setup a full LAMP stack infrastructure in order develop and run Mamuph based applications.
Mamuph breaks the current PHP paradigm because allows and facilitate the development of applications that are not designed for the web. Mamuph uses the HMVC as core architectural pattern, so web developers that are familiar with MVC can learn Mamuph in an easy way.
Mamuph is suitable for develop batch processes, cron jobs, microservices, interactive console applications and even daemons. It is compatible with PHP 5.6-7.x and HHVM 3.x, so it is possible take advantage of modern PHP features like multi-threading or PHAR files.