From 24b2cdf16dc6e3e254dfbf09b0760cc65345e76d Mon Sep 17 00:00:00 2001 From: Jagepard Date: Thu, 18 Jun 2026 16:58:47 +0300 Subject: [PATCH] update --- README.md | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2f8e1c8..e8540df 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,42 @@ ----- # Rudra-Controller | [API](https://github.com/Jagepard/Rudra-Controller/blob/master/docs.md "Documentation API") -Контроллер +## Lightweight, Transparent, and Secure MVC Implementation + +A high-performance controller abstraction for the **Rudra Framework**. Designed with a "no-magic" philosophy, strict typing, and enterprise-grade security out-of-the-box. + +#### 🧩 Lifecycle Hooks +Structured execution flow to maintain separation of concerns without layer pollution: +* `init()` — Initialization of dependencies. +* `before()` — Pre-action checks and routing. +* `after()` — Post-action handling. + +--- + +### 🚀 Installation + +Install via Composer (assuming the package registry): + +```bash +composer require rudra/controller +``` +### 📖 Quick Start + +```php +