Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Symfony2 ベースのアプリケーションサンプル
- Host: GitHub
- URL: https://github.com/phpmentors-jp/phpmentors-example-campaign
- Owner: phpmentors-jp
- Created: 2013-06-04T15:00:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T13:30:29.000Z (almost 10 years ago)
- Last Synced: 2024-03-25T21:16:38.594Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 208 KB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <[email protected]>, All rights reserved.
## ライセンス
[修正 BSD ライセンス](http://www.opensource.org/licenses/bsd-license.php)