Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodelyTV/php-ddd-skeleton-deprecated
๐๐ PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
https://github.com/CodelyTV/php-ddd-skeleton-deprecated
bootstrap codely codelytv cqrs ddd ddd-architecture ddd-cqrs ddd-example ddd-in-php ddd-php dddesign hexagonal-architecture php skeleton skeleton-application
Last synced: 25 days ago
JSON representation
๐๐ PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
- Host: GitHub
- URL: https://github.com/CodelyTV/php-ddd-skeleton-deprecated
- Owner: CodelyTV
- Archived: true
- Created: 2019-07-24T15:50:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T11:59:47.000Z (about 1 year ago)
- Last Synced: 2024-10-29T09:10:07.120Z (about 2 months ago)
- Topics: bootstrap, codely, codelytv, cqrs, ddd, ddd-architecture, ddd-cqrs, ddd-example, ddd-in-php, ddd-php, dddesign, hexagonal-architecture, php, skeleton, skeleton-application
- Language: PHP
- Homepage: https://github.com/CodelyTV/php-ddd-example
- Size: 403 KB
- Stars: 251
- Watchers: 13
- Forks: 68
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- php-awesome - php-ddd-skeleton - DDD ็ปๆ็้กน็ฎ้ชจๆถ (้กน็ฎๆกๆถ)
README
> [!WARNING]
> This repository has been archived in favor of [PHP DDD Example](https://github.com/CodelyTV/php-ddd-example)Template to start from scratch a new Php project using DDD as architecture.
## Installation
Use the dependency manager [Composer](https://getcomposer.org/) to create a new project.
```
composer create-project codelytv/ddd-skeleton
```## Usage with Docker
Just run:
```
make build
```Then go to `http://localhost:8030/health-check` to check all is ok.
## Usage from local
First of all you should execute
```
make prepare-local
```And then start local environment:
```
make start-local
```And then going to `http://localhost:8030/health-check` to check all is ok.
## Contributing
There are some things missing feel free to add this if you want! If you want
some guidelines feel free to contact us :)