redsky / framework
Laravel-style Lightweight PHP framework
v1.0.0
2026-06-20 21:06 UTC
Requires
- php: >=8.1
README
A lightweight PHP framework inspired by Laravel, built for learning, experimentation, and scalable backend architecture.
🚀 Overview
RedSky Framework is a modular PHP framework that provides:
- Service Container (Dependency Injection)
- HTTP Kernel
- Middleware Pipeline
- Routing system
- Basic MVC structure
- Extensible architecture for APIs and UI applications
It is designed to be used as a core engine for applications like:
- redsky-api (REST API)
- redsky-ui (Server-side rendered UI)
📦 Requirements
- PHP >= 8.1
- Composer
📥 Installation
🔹 Install via Packagist (Recommended)
composer require redsky/framework