sasanrose/nanophp

NanoPHP Framework

v2.0.0 2015-04-01 11:41 UTC

This package is not auto-updated.

Last update: 2024-03-16 14:19:47 UTC


README

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)