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 +