Download the PHP package lizzyman04/fluxor-php without Composer
On this page you can find all versions of the php package lizzyman04/fluxor-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lizzyman04/fluxor-php
More information about lizzyman04/fluxor-php
Files in lizzyman04/fluxor-php
Download lizzyman04/fluxor-php
More information about lizzyman04/fluxor-php
Files in lizzyman04/fluxor-php
Vendor lizzyman04
Package fluxor-php
Short Description Fluxor PHP Framework - Skeleton project for new applications
License MIT
Package fluxor-php
Short Description Fluxor PHP Framework - Skeleton project for new applications
License MIT
Please rate this library. Is it a good library?
Informations about the package fluxor-php
Fluxor PHP Framework
The lightweight PHP framework with file-based routing and elegant Flow syntax.
[](https://packagist.org/packages/lizzyman04/fluxor-php) [](https://packagist.org/packages/lizzyman04/fluxor-php) [](https://packagist.org/packages/lizzyman04/fluxor-php) [](https://packagist.org/packages/lizzyman04/fluxor-php) Powered by Fluxor Core [](https://packagist.org/packages/lizzyman04/fluxor) [](https://packagist.org/packages/lizzyman04/fluxor)📖 Documentation
Full documentation available at: 👉 https://lizzyman04.github.io/fluxor-php
The documentation includes:
- 📚 Installation guide
- 🎯 File-based routing (Next.js style)
- 💎 Flow syntax reference
- 🎨 Views and layouts
- 🔧 Controllers and middleware
- ⚙️ Environment configuration
- 📖 Complete API reference with helper functions
- 🚀 Interactive installation guide
🚀 Quick Start
Visit http://localhost:8000
✨ Features at a Glance
| ### 🎯 File-based Routing Routes defined by folder structure - like Next.js | ### 💎 Elegant Flow Syntax Ultra-clean, chainable route definitions |
| ### 🎨 Views & Layouts Template system with sections and layouts | ### 🔧 Controllers Organize your application logic |
| ### 🛡️ Middleware & Security CSRF protection, sessions, request filtering | ### 🛠️ Utilities & Helpers Global helpers for common tasks |
📁 Project Structure
After installation, your project will contain:
💎 Quick Example
🌟 Key Features
| Feature | Description |
|---|---|
| 🎯 File-based Routing | Routes defined by folder structure - like Next.js |
| 💎 Flow Syntax | Ultra-clean, chainable route definitions |
| 🎨 View System | Layouts, sections, stacks, and partials |
| 🔧 Controllers | MVC architecture with base controller |
| 🛡️ Security First | Built-in CSRF, XSS protection, secure sessions |
| 🚦 Middleware | Flexible request filtering (global + per-route) |
| 🎭 Error Handling | Hierarchical error pages (404, 500, etc.) |
| 🔧 Zero Config | Auto-detects base path and URL |
| 🌍 Environment Support | Built-in .env file parser with type casting |
| 🛠️ Utilities | Global helpers (env(), base_path(), abort(), etc.) |
| ⚡ Performance | Boot under 10ms, memory footprint ~2MB |
| 📦 Zero Dependencies | Just pure PHP, no external packages |
📊 Stats & Star History
| Fluxor PHP (Skeleton) | Fluxor Core (Engine) |
|:---------------------:|:--------------------:|
|   |    |
🚦 Requirements
- PHP 8.1 or higher
- Composer
- Web server (Apache/Nginx) or PHP built-in server
📦 Installation
📄 License
MIT License - see LICENSE file for details.
🙏 Acknowledgments
- Inspired by Next.js file-based routing
- Built with simplicity and performance in mind
- Zero dependencies for maximum control
Fluxor - Build elegant PHP applications with joy! 🎉
All versions of fluxor-php with dependencies
PHP Build Version
Package Version
The package lizzyman04/fluxor-php contains the following files
Loading the files please wait ...