Skip to content

malchikovma/layers-post

Repository files navigation

Пример проекта DDD

Для статьи Разделяем программу на слои.

Cтруктура приложения:

.
├── codeception.yml
├── commands
│   └── CountryController.php
├── controllers
│   └── CountryController.php
├── modules
│   └── Countries
│       ├── Application
│       │   └── CountryApplicationService.php
│       ├── Domain
│       │   └── Country
│       │       ├── Country.php
│       │       └── CountryRepositoryInterface.php
│       └── Infrastructure
│           └── Country
│               └── CountryRepository.php
└── yii

Основано на yiisoft/yii2-app-basic.

About

Пример проекта для статьи

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors