Skip to content
/ ddd Public

Implementation of domain driven design using phalcon framework in PHP

Notifications You must be signed in to change notification settings

aufawibowo/ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain driven design

Overview

This an example of domain-driven design implementation of API server (use case a marketplace).

Project Structure

├── app
│   ├── config
│   ├── library
│   └── modules (this is where the domain driven design is)
│       ├── account
│       ├── chat
│       ├── marketplace-customer
│       ├── marketplace-toko
│       ├── notification
│       ├── wallet
│       ├── env.example
│       ├── Application.php
│       └── Console.php
├── docker (contain docker files and configs)
├── public
│   ├── .htaccess
│   └── index.php
├── storage
├── .gitignore
├── .htaccess
├── cli.php
├── composer.json
├── composer.lock
├── phpunit.xml
└── README.md

About

Implementation of domain driven design using phalcon framework in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages