PHPackages                             lizzyman04/fluxor - 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. lizzyman04/fluxor

ActiveLibrary[Framework](/categories/framework)

lizzyman04/fluxor
=================

A lightweight PHP MVC engine with file-based routing and elegant Flow syntax.

1.0.5(1mo ago)2196↓80%1MITPHPPHP ^8.1CI passing

Since Mar 20Pushed 1w agoCompare

[ Source](https://github.com/lizzyman04/fluxor)[ Packagist](https://packagist.org/packages/lizzyman04/fluxor)[ Docs](https://github.com/lizzyman04/fluxor)[ RSS](/packages/lizzyman04-fluxor/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (1)

Fluxor Core 🚀
=============

[](#fluxor-core-)

**The lightweight PHP MVC core that powers Fluxor framework** - File-based routing, elegant Flow syntax, and zero bloat.

[![Latest Stable Version](https://camo.githubusercontent.com/57762310c2c3c9bccc9b47582e0169951bcd8cde72ae0f9254de5155a1da6883/68747470733a2f2f706f7365722e707567782e6f72672f6c697a7a796d616e30342f666c75786f722f762f737461626c65)](https://packagist.org/packages/lizzyman04/fluxor)[![Total Downloads](https://camo.githubusercontent.com/d6bd503887e358e9641a52b448a12e4ad05a0c66c21ee629f3d1d5840497a96f/68747470733a2f2f706f7365722e707567782e6f72672f6c697a7a796d616e30342f666c75786f722f646f776e6c6f616473)](https://packagist.org/packages/lizzyman04/fluxor)[![License](https://camo.githubusercontent.com/30a941ccf9517f5aa4f59a8783a1a7b8136ec35912777d1c5041dc33ce4119aa/68747470733a2f2f706f7365722e707567782e6f72672f6c697a7a796d616e30342f666c75786f722f6c6963656e7365)](https://packagist.org/packages/lizzyman04/fluxor)[![PHP Version Require](https://camo.githubusercontent.com/ce2a1d7f331f5edf49551cce728b43c6ccbb6d84668cf9e7a3f84337a81515ae/68747470733a2f2f706f7365722e707567782e6f72672f6c697a7a796d616e30342f666c75786f722f726571756972652f706870)](https://packagist.org/packages/lizzyman04/fluxor)

📦 What is Fluxor Core?
----------------------

[](#-what-is-fluxor-core)

Fluxor Core is the **engine behind the Fluxor PHP framework** - a minimal, elegant, and powerful MVC core designed for developers who want **simplicity without sacrificing functionality**.

Unlike monolithic frameworks, Fluxor Core gives you:

- 🚀 **Blazing fast performance** (boot under 10ms)
- 📦 **Minimal dependencies** - routing is powered by the standalone, zero-dependency [`lizzyman04/file-router`](https://github.com/lizzyman04/file-router) package; nothing else
- 🔍 **Transparent code** - no magic, you can read everything
- 🎯 **File-based routing** inspired by Next.js
- 💎 **Elegant Flow syntax** for route definitions
- 🔒 **Config locking** to protect critical settings
- 🌐 **Built-in CORS support** (global + per-route)

🚀 Quick Start
-------------

[](#-quick-start)

```
composer require lizzyman04/fluxor
```

```
