PHPackages                             femtopixel/nano-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. femtopixel/nano-framework

ActiveLibrary[Framework](/categories/framework)

femtopixel/nano-framework
=========================

Nano Framework - easier than easiest framework

0.7.0(4y ago)7642MITPHPPHP ^8.0CI failing

Since Jun 10Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/femtopixel/nano-framework)[ Packagist](https://packagist.org/packages/femtopixel/nano-framework)[ Docs](http://femtopixel.github.io/nano-framework)[ Fund](https://streamlabs.com/cursedware/tip)[ Fund](https://www.buymeacoffee.com/jaymoulin)[ RSS](/packages/femtopixel-nano-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (15)Used By (0)

Caution

As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.

Note

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

[![logo](logo.png)](logo.png)

Nano Framework
==============

[](#nano-framework)

[![Build Status](https://camo.githubusercontent.com/6ed906fd5b617ad1055d5a2a5d8a6dc82cdbc1d991b0479c360593bc9fb62dfc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66656d746f706978656c2f6e616e6f2d6672616d65776f726b2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/femtopixel/nano-framework/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/14fe8a5fa66715afdc0b1ca5f15f5535625f977a5429ebc2889a001eb2a0cd5b/68747470733a2f2f706f7365722e707567782e6f72672f66656d746f706978656c2f6e616e6f2d6672616d65776f726b2f762f737461626c65)](https://packagist.org/packages/femtopixel/nano-framework)[![Minimum PHP Version](https://camo.githubusercontent.com/90eed33e7df559b70b174e97d37a4907946803c7ab691640166d2518d8cd2118/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e302d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f5d326b624090bdb195a6d95a1e183573aa291eb1c5efafce0dd23208f53da9c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66656d746f706978656c2f6e616e6f2d6672616d65776f726b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/femtopixel/nano-framework/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6e7c2252f80469d94030aef039954dc77f8bc82ffcf9664de3acaa53c1926018/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f66656d746f706978656c2f6e616e6f2d6672616d65776f726b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/femtopixel/nano-framework/?branch=master)[![License](https://camo.githubusercontent.com/2f3c17dc563a2401e246303f43ee752d2d88f96f99e0e3a99a74de5531d49a5c/68747470733a2f2f706f7365722e707567782e6f72672f66656d746f706978656c2f6e616e6f2d6672616d65776f726b2f6c6963656e7365)](https://packagist.org/packages/femtopixel/nano-framework)[![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png "PayPal donation")](https://www.paypal.me/jaymoulin)[![Buy me a coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67 "Buy me a coffee")](https://www.buymeacoffee.com/jaymoulin)[![Buy me a coffee](https://camo.githubusercontent.com/201ef269611db7eb6b5d08e9f756ab8980df3014b64492770bdf13a6ed924641/68747470733a2f2f6b6f2d66692e636f6d2f696d672f676974687562627574746f6e5f736d2e737667 "Buy me a coffee")](https://www.ko-fi.com/jaymoulin)

Nano is a simple stupid framework, really easy to handle, and really efficient.

It only implements the C part (Controller) of the MVC design pattern which allows developers to use any other existing library for others parts

Installation
------------

[](#installation)

```
composer require femtopixel/nano-framework

```

Bootstrap
---------

[](#bootstrap)

all your request can be redirected to your bootstrap (assuming index.php)

```
