PHPackages                             malinichevvv/lift-php - 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. malinichevvv/lift-php

ActiveLibrary[Framework](/categories/framework)

malinichevvv/lift-php
=====================

A fast, minimal PHP micro-framework — PSR-7/11/15, autowiring DI, routing, and zero config

v1.3.0(2w ago)221↓100%1MITPHPPHP &gt;=8.1

Since May 15Pushed 2w agoCompare

[ Source](https://github.com/malinichevvv/lift-php)[ Packagist](https://packagist.org/packages/malinichevvv/lift-php)[ Docs](https://getlift.dev)[ RSS](/packages/malinichevvv-lift-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (10)Versions (10)Used By (1)

 **Lift** — a fast, minimal PHP micro-framework

 [![Latest Version](https://camo.githubusercontent.com/e433eb0504c947433b688bd49afbc1743b824fc2914c5d5ac4d8d4c662701f4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616c696e696368657676762f6c6966742d7068702e737667)](https://packagist.org/packages/malinichevvv/lift-php) [![Total Downloads](https://camo.githubusercontent.com/2ce69746bf72ee902fcef59e6d78eb82a8cba4b20a2fe4d44e36ad085b8adf48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616c696e696368657676762f6c6966742d7068702e737667)](https://packagist.org/packages/malinichevvv/lift-php) [![PHP 8.1+](https://camo.githubusercontent.com/83dd395020c37276225039739320f6c8e7e99963ab21ee3d09282cb48dad2a60/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c7565)](https://php.net) [![PSR-7 · 11 · 15](https://camo.githubusercontent.com/80aea2b160a3807b07f23d4c94fabbbfa6bd26f916009abb14e6a038bbf4ecef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5053522d37253230254532253830254132253230313125323025453225383025413225323031352d677265656e)](https://www.php-fig.org/) [![MIT License](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](LICENSE)

 [**Documentation → getlift.dev**](https://getlift.dev)

---

Lift is a PHP 8.1+ micro-framework built around PSR standards. It gives you a router, an autowiring DI container, PSR-7 request/response objects, and a PSR-15 middleware pipeline — everything you actually need, nothing you don't.

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

[](#installation)

```
composer require malinichevvv/lift-php
```

Quick start
-----------

[](#quick-start)

```
