Symfony Documentation ¶
Quick Tour ¶
Get started fast with the Symfony Quick Tour:
Symfony クイック ツアーですぐに始めましょう:
- The Big Picture大きな絵
- Flex: Compose your ApplicationFlex: アプリケーションを作成する
- The Architecture建築学、建築物、建築様式
Getting Started ¶
Topics ¶
- The Symfony Framework Best PracticesSymfony フレームワークのベストプラクティス
- The Bundle Systemバンドルシステム
- Cacheキャッシュ
- Console Commandsコンソール コマンド
- Databases and the Doctrine ORMデータベースと Doctrine ORM
- How to Deploy a Symfony ApplicationSymfony アプリケーションをデプロイする方法
- Events and Event Listenersイベントとイベント リスナー
- Formsフォーム
- Managing CSS and JavaScriptCSS と JavaScript の管理
- HTML SanitizerHTML サニタイザー
- HTTP CacheHTTP キャッシュ
- HTTP ClientHTTP クライアント
- Dealing with Concurrency with Locksロックによる並行性の処理
- Loggingロギング
- Sending Emails with Mailerメーラーでメールを送信する
- Pushing Data to Clients Using the Mercure ProtocolMercure Protocol を使用したクライアントへのデータのプッシュ
- Messenger: Sync & Queued Message HandlingMessenger: 同期およびキューに入れられたメッセージの処理
- Migrating an Existing Application to Symfony既存のアプリケーションを Symfony に移行する
- Creating and Sending Notifications通知の作成と送信
- Performanceパフォーマンス
- Profilerプロファイラ
- Rate Limiterレートリミッター
- Routingルーティング
- Security安全
- Sessionsセッション
- Installing & Setting up the Symfony FrameworkSymfony フレームワークのインストールとセットアップ
- How to Use the Serializerシリアライザの使用方法
- Service Containerサービスコンテナ
- Testingテスト
- Translations翻訳
- Validation検証
- Asset Preloading and Resource Hints with HTTP/2 and WebLinkHTTP/2 と WebLink を使用したアセットのプリロードとリソース ヒント
- Workflowワークフロー
Reference Documents ¶
Get answers quickly with reference documents:
参照ドキュメントを使用してすばやく回答を得る:
Configuration Options
構成オプションEver wondered what configuration options you have available to you in
config/packages/*.yaml
files? In this section, all the available configuration is broken down by the key (e.g.framework
) that defines each possible section of your Symfony configuration.config/packages/*.yaml ファイルで利用できる構成オプションについて考えたことはありますか?このセクションでは、利用可能なすべての設定が、Symfony 設定の可能な各セクションを定義するキー (フレームワークなど) によって分類されます。- Configuring the Kernelカーネルの構成
Forms and Validation
フォームと検証- Form Field Type Referenceフォーム フィールド タイプ リファレンス
- Validation Constraints Reference検証制約のリファレンス
- Twig Template Function and Variable ReferenceTwig テンプレートの関数と変数のリファレンス
- Form Field Type Reference
- Twig Extensions (forms, filters, tags, etc) ReferenceTwig 拡張機能 (フォーム、フィルター、タグなど) リファレンス
Other Areas
他の場所- Built-in Symfony Service Tags組み込みの Symfony サービスタグ
- Built-in Symfony Events組み込みの symfony イベント
- Built-in Symfony Service Tags
Contributing ¶
Contribute to Symfony:
Symfony への貢献:
Code of Conduct
行動規範- Code of Conduct行動規範
- Reporting Guidelines報告ガイドライン
- CARE Teamケアチーム
- Code of Conduct: Concrete Example Document行動規範: 具体的な文書例
- Code of Conduct
Code
コード- Bugsバグ
- Getting a Stack Traceスタック トレースの取得
- Pull Requestsプルリクエスト
- Reviewing Issues and Pull RequestsIssue とプル リクエストのレビュー
- Maintenanceメンテナンス
- The Core Teamコアチーム
- Security安全
- Testsテスト
- Backward Compatibility下位互換性
- Coding Standardsコーディング標準
- Code Conventionsコード規則
- Gitギット
- Licenseライセンス
- Bugs
Documentation
ドキュメンテーション- Overview概要
- Formatフォーマット
- Documentation Standards文書化基準
- Licenseライセンス
- Overview
Community
コミュニティ- Release Processリリースプロセス
- Respectful Review comments丁寧なレビューコメント
- Community Reviewsコミュニティレビュー
- Release Process
Diversity
多様性- Governanceガバナンス
- Governance
Create your Own Framework ¶
Want to create your own framework based on Symfony?
Symfony に基づいて独自のフレームワークを作成したいですか?
- Introduction序章
- The HttpFoundation ComponentHttpFoundation コンポーネント
- The Front Controllerフロントコントローラー
- The Routing Componentルーティング コンポーネント
- Templatingテンプレート化
- The HttpKernel Component: the Controller ResolverHttpKernel コンポーネント: コントローラー リゾルバー
- The Separation of Concerns関心の分離
- Unit Testing単体テスト
- The EventDispatcher ComponentEventDispatcher コンポーネント
- The HttpKernel Component: HttpKernelInterfaceHttpKernel コンポーネント: HttpKernelInterface
- The HttpKernel Component: The HttpKernel ClassHttpKernel コンポーネント: HttpKernel クラス
- The DependencyInjection ComponentDependencyInjection コンポーネント