Skip to content

sasanrose/NanoPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoPHP

NanoPHP framework is a simple PHP5 MVC framework with just core functionalities. Nanophp provides you with the least features you need to write simple yet powerful web/cli applications. The idea is to remove all the overheads and headaches of complicated libraries, and subsitute them with simple frequent code frames.

Setup via composer

If you do not have composer installed please refer to composer download page.

$ composer create-project --prefer-dist sasanrose/basic-app-nano-php nanoapp

Install older versions

$ git clone https://github.com/sasanrose/NanoPHP
$ cd NanoPHP
NanoPHP/$ git checkout v1.1.1

Projects using Nanophp

PHPRedmin: Simple web administrator panel for Redis (Uses older versions of NanoPHP)