> 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/el/odigos-programmatisti/developer-guide/backend.md).

# Backend

Το backend του Chamilo 3.0 βασίζεται στο Symfony 7.4 με Doctrine ORM και API Platform.

* [**Αρχιτεκτονική Symfony**](/3.x/el/odigos-programmatisti/developer-guide/backend/symfony-architecture.md) — Bundles, υπηρεσίες και η συνολική δομή του backend
* [**Entities και Doctrine**](/3.x/el/odigos-programmatisti/developer-guide/backend/entities-and-doctrine.md) — Οι κλάσεις entity του Doctrine και ο τρόπος με τον οποίο σχετίζονται
* [**Σύστημα πόρων**](/3.x/el/odigos-programmatisti/developer-guide/backend/resource-system.md) — Η αφαίρεση ResourceNode/ResourceFile (βασική αρχιτεκτονική έννοια)
* [**Controllers**](/3.x/el/odigos-programmatisti/developer-guide/backend/controllers.md) — Οργάνωση των controllers και μοτίβα δρομολόγησης
* [**Events και Listeners**](/3.x/el/odigos-programmatisti/developer-guide/backend/events-and-listeners.md) — Πώς το Chamilo χρησιμοποιεί το σύστημα γεγονότων του Symfony
* [**Σύστημα ρυθμίσεων**](/3.x/el/odigos-programmatisti/developer-guide/backend/settings-system.md) — Τα σχήματα ρυθμίσεων στο `src/CoreBundle/Settings/` και ο τρόπος λειτουργίας της διαμόρφωσης της πλατφόρμας
