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

ActiveLibrary[Framework](/categories/framework)

lumi/lumi-php
=============

Lumi is a simple PHP framework for building simple web applications.

0.6.0(2w ago)11↓100%1MITPHPPHP &gt;=8.4

Since Apr 22Pushed 2w agoCompare

[ Source](https://github.com/Ikhlashmulya/lumi-php)[ Packagist](https://packagist.org/packages/lumi/lumi-php)[ RSS](/packages/lumi-lumi-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (11)Used By (0)

Lumi PHP Framework
==================

[](#lumi-php-framework)

Lumi is a simple PHP framework for building simple web applications and APIs with expressive routing, middleware, request helpers, responses, and view rendering.

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

[](#installation)

Install Lumi with Composer:

```
composer require lumi/lumi-php
```

Development
-----------

[](#development)

For local development, install dependencies first:

```
composer install
```

Run the sample application:

```
php -S localhost:9000 test/application-test.php
```

Basic Usage
-----------

[](#basic-usage)

```
