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
Requires
- php: ^8.1
- jenssegers/blade: 2
- vlucas/phpdotenv: 5
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)
.envconfiguration 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