> 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/ja/gaido-3/developer-guide/backend.md).

# バックエンド

Chamilo 3.0 のバックエンドは、Symfony 7.4、Doctrine ORM、および API Platform 上に構築されています。

* [**Symfony Architecture**](/3.x/ja/gaido-3/developer-guide/backend/symfony-architecture.md) — バンドル、サービス、およびバックエンド全体の構造
* [**Entities and Doctrine**](/3.x/ja/gaido-3/developer-guide/backend/entities-and-doctrine.md) — Doctrine のエンティティクラスとその関連
* [**Resource System**](/3.x/ja/gaido-3/developer-guide/backend/resource-system.md) — ResourceNode/ResourceFile 抽象化（重要なアーキテクチャ概念）
* [**Controllers**](/3.x/ja/gaido-3/developer-guide/backend/controllers.md) — コントローラーの構成とルーティングのパターン
* [**Events and Listeners**](/3.x/ja/gaido-3/developer-guide/backend/events-and-listeners.md) — Chamilo が Symfony のイベントシステムをどのように利用するか
* [**Settings System**](/3.x/ja/gaido-3/developer-guide/backend/settings-system.md) — `src/CoreBundle/Settings/` 内の設定スキーマと、プラットフォーム設定の仕組み
