redsky/framework

Laravel-style Lightweight PHP framework

Maintainers

Package info

github.com/Julioxfiles/redsky-framework

pkg:composer/redsky/framework

Transparency log

Statistics

Installs: 6

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-06-20 21:06 UTC

This package is auto-updated.

Last update: 2026-07-10 23:33:08 UTC


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