Modules
RIVORA Framework est compose de modules independants enregistrables via IRvrModule.
| Module | Package | Description |
|---|---|---|
| Core | RVR.Framework.Core | Abstractions, Result pattern, pagination |
| Security | RVR.Framework.Security | JWT, BCrypt, 2FA, Rate Limiting |
| Caching | RVR.Framework.Caching | Cache L1 (Memory) + L2 (Redis) |
| Jobs | RVR.Framework.Jobs.* | Background jobs (Hangfire, Quartz) |
| Export | RVR.Framework.Export | PDF, Excel, CSV |
| Webhooks | RVR.Framework.Webhooks | Publish/Subscribe HMAC-SHA256 |
| GraphQL | RVR.Framework.GraphQL | HotChocolate gateway |
| Billing | RVR.Framework.Billing | Facturation SaaS |
| SMS | RVR.Framework.Sms | Multi-provider SMS (Twilio, Vonage, OVH, Azure) |
| AI Guardrails | RVR.Framework.AI.Guardrails | Securite et validation LLM |
| AI Agents | RVR.Framework.AI.Agents | Orchestration multi-agents |
| Plugin System | RVR.Framework.Plugins | Decouverte et gestion de plugins NuGet |