> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/sv/utvecklarguide/developer-guide/backend.md).

# Backend

Chamilo 3.0-backenden är byggd på Symfony 7.4 med Doctrine ORM och API Platform.

* [**Symfony-arkitektur**](/3.x/sv/utvecklarguide/developer-guide/backend/symfony-architecture.md) — Bundles, tjänster och den övergripande backendstrukturen
* [**Entiteter och Doctrine**](/3.x/sv/utvecklarguide/developer-guide/backend/entities-and-doctrine.md) — Doctrine-entitetsklasserna och hur de relaterar till varandra
* [**Resurssystem**](/3.x/sv/utvecklarguide/developer-guide/backend/resource-system.md) — Abstraktionen ResourceNode/ResourceFile (viktigt arkitekturkoncept)
* [**Controllers**](/3.x/sv/utvecklarguide/developer-guide/backend/controllers.md) — Organisation av controllers och routingmönster
* [**Events och listeners**](/3.x/sv/utvecklarguide/developer-guide/backend/events-and-listeners.md) — Hur Chamilo använder Symfonys eventsystem
* [**Inställningssystem**](/3.x/sv/utvecklarguide/developer-guide/backend/settings-system.md) — Inställningsscheman i `src/CoreBundle/Settings/` och hur plattformskonfigurationen fungerar
