An open API service indexing awesome lists of open source software.

https://github.com/phpmentors-jp/phpmentors-example-campaign

Symfony2 ベースのアプリケーションサンプル
https://github.com/phpmentors-jp/phpmentors-example-campaign

Last synced: over 1 year ago
JSON representation

Symfony2 ベースのアプリケーションサンプル

Awesome Lists containing this project

README

          

# Symfony2 ベースのサンプル

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

以下の DDD パターンを使っています。

* Specification(仕様)
* Repository(リポジトリ)
* Entity(エンティティ)

また、アプリケーションレイヤーにてコントローラーからビューモデルを分離する例にもなっています。

## 著作権

Copyright (c) 2013 GOTO Hidenori <hidenorigoto@gmail.com>, All rights reserved.

## ライセンス

[修正 BSD ライセンス](http://www.opensource.org/licenses/bsd-license.php)