PHPackages                             minhluu/lumin - 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. minhluu/lumin

ActiveLibrary[Framework](/categories/framework)

minhluu/lumin
=============

This is a small mvc framework

v1.1.0(1y ago)05[2 issues](https://github.com/minhluudev/lumin-framework/issues)PHP

Since Oct 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/minhluudev/lumin-framework)[ Packagist](https://packagist.org/packages/minhluu/lumin)[ RSS](/packages/minhluu-lumin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Lumin Framework
===============

[](#lumin-framework)

I. Introduction
---------------

[](#i-introduction)

### 1. What is Lumin?

[](#1-what-is-lumin)

Lumin is a PHP framework that helps you build web applications quickly and easily. It is based on the MVC pattern and is designed to be simple, lightweight, and easy to use.

### 2. Features

[](#2-features)

- MVC pattern
- ORM (Object Relational Mapping)
- Routing
- Middleware
- Request and Response
- Database
- Migrations
- Validation
- Error handling
- Logging
- Command line interface
- Composer support

### 3. Requirements

[](#3-requirements)

- PHP 8.3.6
- Composer
- MySQL

### 4. Installation

[](#4-installation)

```
composer create-project minhluu/lumin example-app
```

### 5. Run

[](#5-run)

```
php lumin start
```

### 5. Documentation

[](#5-documentation)

- [Lumin Documentation](https://github.com/minhluudev/php-mvc-lite/wiki)

### 6. License

[](#6-license)

Lumin is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

II. Getting Started
-------------------

[](#ii-getting-started)

### 1. Configuration

[](#1-configuration)

- Database configuration: `config/database.php`
- Application configuration: `config/app.php`
- Environment configuration: `.env`

### 2. Routing

[](#2-routing)

- Define routes in `routes/web.php` and `routes/api.php`
- Route parameters: `:id`, `:slug`, `:name`, etc.
- Updating

### 3. Controllers

[](#3-controllers)

- Create controllers in `app/HTTP/Controllers` directory

### 4. Models

[](#4-models)

- Create models in `app/Models` directory
- Define relationships in models

### 5. Views

[](#5-views)

- Create views in `resources/views` directory
- Use .php extension for views

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

2

Last Release

562d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/722f2312fcc2e4cb22bc9b1c4c1d0fd9ba8416068a3b81100a8ec12105ba963a?d=identicon)[minhluudev](/maintainers/minhluudev)

---

Top Contributors

[![minhluudev](https://avatars.githubusercontent.com/u/112876526?v=4)](https://github.com/minhluudev "minhluudev (69 commits)")

### Embed Badge

![Health badge](/badges/minhluu-lumin/health.svg)

```
[![Health](https://phpackages.com/badges/minhluu-lumin/health.svg)](https://phpackages.com/packages/minhluu-lumin)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
