Download the PHP package tsoffereins/nano without Composer
On this page you can find all versions of the php package tsoffereins/nano. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tsoffereins/nano
More information about tsoffereins/nano
Files in tsoffereins/nano
Download tsoffereins/nano
More information about tsoffereins/nano
Files in tsoffereins/nano
Vendor tsoffereins
Package nano
Short Description A nano sized framework with the bare minimum for simple applications.
License MIT
Homepage https://github.com/tsoffereins/nano
Package nano
Short Description A nano sized framework with the bare minimum for simple applications.
License MIT
Homepage https://github.com/tsoffereins/nano
Please rate this library. Is it a good library?
Informations about the package nano
Nano framework
Nano is a teeny tiny framework that offers the bare minimum for you to create, for example, a very slim and super quick API.
Installation
Installation can be done using Composer to download and install Nano framework as well as its dependencies.
Building blocks
The Nano framework contains the following classes:
Nano\Container
- An IoC container for dependency injectionNano\PipeLine
- A middleware busNano\Router
- A router for defining endpoints
Container
Using the container:
Binding a callback:
Binding as a singleton: `
PipeLine
Using the PipeLine:
Defining middleware:
Router
Using the Router:
Defining a controller:
Route parameters:
Request methods:
Support
Please file issues here at Github
All versions of nano with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-pdo Version *
ext-pdo Version *
The package tsoffereins/nano contains the following files
Loading the files please wait ....