syverum/framework

Core del framework Syverum

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/syverum/framework

v2.2.1 2025-10-02 14:52 UTC

This package is auto-updated.

Last update: 2025-12-10 17:48:17 UTC


README

Lightweight and modular PHP framework with MVC interface

About SyverumX

SyverumX simplifies routing, controllers, and views on top of a decoupled and modular core.
Its goal is to minimize accidental complexity and initial setup, while maintaining extensibility through modules and providers.

Key Features:

  • Simple and fast routing
  • Expressive MVC (Controllers, Views/Blade, Middlewares)
  • Modular core (Boot, Services, Routing, Support, Monitoring Panel)
  • PSR standards and service container (DI/IoC)
  • .env configuration and clear project structure

Requirements

  • PHP 8.x
  • Composer
  • Node.js
  • Local server (e.g., XAMPP)

Installation

# 1) Install Syverum
composer global require syverum/installer

# 2) Create a new project
syverum new example-app

# 3) Start the application
cd example-app
composer run dev