Download the PHP package kilbiller/micro without Composer
On this page you can find all versions of the php package kilbiller/micro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kilbiller/micro
More information about kilbiller/micro
Files in kilbiller/micro
Download kilbiller/micro
More information about kilbiller/micro
Files in kilbiller/micro
Vendor kilbiller
Package micro
Short Description A micro http framework for PHP inspired by zeit/micro
License MIT
Package micro
Short Description A micro http framework for PHP inspired by zeit/micro
License MIT
Please rate this library. Is it a good library?
Informations about the package micro
Micro
Micro is a PHP micro-framework primarly designed to work with microservices. It is heavily inspired by zeit/micro (basically a port).
Highlights
- < 100 lines of code
- Uses psr7 http request/response so no need to learn anything new
- Modern (Fully typed, Requires PHP >= 7.3)
Installation
Usage
Advanced
It's possible to use a custom psr7 implementation by implementing your own createServer.
$fn => $fn($req, $res)
Thanks
Thanks to zeit for making micro.
All versions of micro with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
nyholm/psr7 Version ^1.1
nyholm/psr7-server Version ^0.3.0
zendframework/zend-httphandlerrunner Version ^1.1
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
nyholm/psr7 Version ^1.1
nyholm/psr7-server Version ^0.3.0
zendframework/zend-httphandlerrunner Version ^1.1
The package kilbiller/micro contains the following files
Loading the files please wait ....