Skip to content
iteman edited this page Jan 8, 2013 · 13 revisions

Symfony2 ベースのユーザー登録サンプル

このサンプルはドメイン駆動設計 (DDD: Domain-Driven Design) に基づいた、PHP アプリケーションフレームワーク Symfony ベースのユーザー登録アプリケーションです。

PHPメンターズのトレーニングSymfony2によるWebアプリケーション開発入門の実践編では、本アプリケーションを教材として使用しています。

インストール

バージョン Symfony バージョン 安定性 リリース日
1.0.0 2.1.6 stable 2013-01-08

本アプリケーションをインストールするには以下のコマンドを実行します。

$ git clone git://github.com/phpmentors-jp/phpmentors-training-example-symfony.git
$ cd phpmentors-training-example-symfony
$ composer install

加えて Eclipse PDT をお使いの方はプロジェクトをインポートします。

Clone this wiki locally