PHPackages                             lighthouse/framework - 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. lighthouse/framework

ActiveLibrary[Framework](/categories/framework)

lighthouse/framework
====================

The Lighthouse PHP Framework - An educational MVC framework

v0.1.0(6mo ago)031MITPHPPHP ^8.2CI passing

Since Dec 17Pushed 6mo agoCompare

[ Source](https://github.com/RichardTrujilloTorres/framework)[ Packagist](https://packagist.org/packages/lighthouse/framework)[ RSS](/packages/lighthouse-framework/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (9)Versions (2)Used By (1)

Lighthouse Framework
====================

[](#lighthouse-framework)

[![Tests](https://github.com/RichardTrujilloTorres/framework/actions/workflows/ci.yml/badge.svg)](https://github.com/RichardTrujilloTorres/framework/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/8d18a0100eb12256614b3799ba6628ba994780b465391ec502eda03f6a787d89/68747470733a2f2f636f6465636f762e696f2f67682f526963686172645472756a696c6c6f546f727265732f6672616d65776f726b2f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/RichardTrujilloTorres/framework)[![Latest Version](https://camo.githubusercontent.com/13d6b39101b58c2ccb3b0b5e5617b9a0812ba5fe5ef0577cb64cffe1c101e542/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c69676874686f7573652f6672616d65776f726b2e737667)](https://packagist.org/packages/lighthouse/framework)[![License](https://camo.githubusercontent.com/bf1b46e47db55f05010f961e579706fc8d8f6c8a5e02aee9fa34d8b1af6acd83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c69676874686f7573652f6672616d65776f726b2e737667)](https://packagist.org/packages/lighthouse/framework)[![Documentation](https://camo.githubusercontent.com/5b71c5998edb2f63cb60d78c7fa31f7bafe770d91f82a392043e4141899264e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d6f6e6c696e652d626c75652e737667)](https://lighthouse-docs-8csutw2ep-richard-trujillos-projects.vercel.app/)

An educational PHP MVC framework designed to teach how modern frameworks work internally.

📚 **[Read the Documentation](https://lighthouse-docs-8csutw2ep-richard-trujillos-projects.vercel.app/)**

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

[](#installation)

```
composer require lighthouse/framework
```

Requirements
------------

[](#requirements)

- PHP 8.2 or higher

Quick Start
-----------

[](#quick-start)

### Create Your Application

[](#create-your-application)

**public/index.php:**

```
