PHPackages                             enderastronaute/lighter - 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. enderastronaute/lighter

ActiveLibrary

enderastronaute/lighter
=======================

Light and intuitive PHP framework

v1.0.0.0(2y ago)26PHP

Since Jan 11Pushed 2y ago2 watchersCompare

[ Source](https://github.com/ENDERastronaute/Lighter)[ Packagist](https://packagist.org/packages/enderastronaute/lighter)[ RSS](/packages/enderastronaute-lighter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

By Leny Bressoud AKA ENDERastronaute

Contacts :

- school :
- private :

Lighter 🔦
=========

[](#lighter-flashlight)

[![Postgres](https://camo.githubusercontent.com/95ed43a2ddd5867e86355eaa5b8aa800bf784fa823bf87c48128f9caee4e584d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706f7374677265732d2532333331363139322e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706f737467726573716c266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/95ed43a2ddd5867e86355eaa5b8aa800bf784fa823bf87c48128f9caee4e584d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706f7374677265732d2532333331363139322e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706f737467726573716c266c6f676f436f6c6f723d7768697465)[![Bootstrap](https://camo.githubusercontent.com/ca067726efe8895a27cc9a95460e6cc0869d935513742a68c78c8c7f7fe436a7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f626f6f7473747261702d2532333835313146412e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d626f6f747374726170266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/ca067726efe8895a27cc9a95460e6cc0869d935513742a68c78c8c7f7fe436a7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f626f6f7473747261702d2532333835313146412e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d626f6f747374726170266c6f676f436f6c6f723d7768697465)[![PHP](https://camo.githubusercontent.com/bbeaca4ecdd74d3fde840f711ebb8a5def2ff801187623f9bc365761b3b66f86/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2532333737374242342e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/bbeaca4ecdd74d3fde840f711ebb8a5def2ff801187623f9bc365761b3b66f86/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2532333737374242342e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)

Lighter is a light, easy to use and intuitive PHP framework. It allows you to fully create an app in a simple way while leaving full control of what you are doing.

Lighter gives you a lot of features and dependencies, some are listed below.

Table of content
================

[](#table-of-content)

- [Lighter 🔦](#lighter-flashlight)
- [Table of content](#table-of-content)
- [MVC](#mvc)
- [Router](#router)
- [Middleware](#middleware)
- [Components](#components)
- [Project](#project)

MVC
===

[](#mvc)

Lighter mainly uses the MVC model (Model View Controller), although one can use views to work with HTML alongside PHP.

Router
======

[](#router)

The router gives you full control over : which pages are public or not, which route returns what or custom error pages like 404.php.

It does not use Symphony.

Middleware
==========

[](#middleware)

The middleware function allows you to do anything before accessing a route.
The [Middleware.php](./routes/Middleware.php) file has some examples of use, replace them by your needs.

Components
==========

[](#components)

The components feature allows one to reuse pieces of code everywhere and to pass data dynamically to them, just like functions but for HTML too.

Project
=======

[](#project)

Project is the main file of Lighter it is similar to Artisan.

Here's for exemple, how to start the server :

```
$ php project start localhost:3000
```

View more on the official documentation : todo

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae37098697068444ca459515424cdc1eabc3134a2d0d9bf94b04dad230fe5812?d=identicon)[ENDERastronaute](/maintainers/ENDERastronaute)

---

Top Contributors

[![ENDERastronaute](https://avatars.githubusercontent.com/u/95177347?v=4)](https://github.com/ENDERastronaute "ENDERastronaute (9 commits)")

---

Tags

phpphp-frameworkwebdevelopment

### Embed Badge

![Health badge](/badges/enderastronaute-lighter/health.svg)

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

###  Alternatives

[jason-munro/cypht

Lightweight Open Source webmail written in PHP and JavaScript

1.5k146.0k](/packages/jason-munro-cypht)[symfony/symfony-demo

Symfony Demo Application

2.6k238.8k](/packages/symfony-symfony-demo)[patricktalmadge/bootstrapper

Twitter Bootstrap markup generator

557407.2k4](/packages/patricktalmadge-bootstrapper)[crisu83/yiistrap

Twitter Bootstrap for the Yii PHP framework.

286173.3k19](/packages/crisu83-yiistrap)[yiisoft/yii2-bootstrap5

The Twitter Bootstrap v5 extension for the Yii framework

661.4M121](/packages/yiisoft-yii2-bootstrap5)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)

PHPackages © 2026

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