PHPackages                             kilbiller/micro - 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. kilbiller/micro

ActiveLibrary[Framework](/categories/framework)

kilbiller/micro
===============

A micro http framework for PHP inspired by zeit/micro

v0.0.2(6y ago)12MITPHPPHP &gt;=7.3

Since May 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kilbiller/micro-php)[ Packagist](https://packagist.org/packages/kilbiller/micro)[ RSS](/packages/kilbiller-micro/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

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
----------

[](#highlights)

- &lt; 100 lines of code
- Uses psr7 http request/response so no need to learn anything new
- Modern (Fully typed, Requires PHP &gt;= 7.3)

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

[](#installation)

```
composer require kilbiller/micro
```

Usage
-----

[](#usage)

```
