All Projects → CodelyTV → Php Ddd Skeleton

CodelyTV / Php Ddd Skeleton

🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project

Projects that are alternatives of or similar to Php Ddd Skeleton

Typescript Ddd Skeleton
🟨 TypeScript DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 240 (+57.89%)
Mutual labels:  ddd, cqrs, ddd-architecture, skeleton, bootstrap
csharp-ddd-skeleton
🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 67 (-55.92%)
Mutual labels:  cqrs, skeleton, ddd, ddd-architecture
Dev Stuff
😎 Programming stuff for everyone. Collection of articles, videos about architecture, Domain Driven Design, microservices, testing etc.
Stars: ✭ 105 (-30.92%)
Mutual labels:  ddd, cqrs, ddd-architecture
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (-63.16%)
Mutual labels:  skeleton, ddd, ddd-architecture
CQELight
CQELight is an entreprise grade extensible and customisable framework for creating software with CQRS, DDD & Event Sourcing patterns
Stars: ✭ 21 (-86.18%)
Mutual labels:  cqrs, ddd, ddd-architecture
es-emergency-call
Struggling with CQRS, A+ES, DDD? We can help you!
Stars: ✭ 26 (-82.89%)
Mutual labels:  cqrs, ddd, ddd-architecture
typescript-ddd-example
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 607 (+299.34%)
Mutual labels:  cqrs, ddd, ddd-architecture
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+4.61%)
Mutual labels:  ddd, cqrs, ddd-architecture
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (+145.39%)
Mutual labels:  ddd, cqrs, bootstrap
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+3985.53%)
Mutual labels:  ddd, cqrs, ddd-architecture
typescript-ddd-course
🔷🔖 TypeScript DDD Course: Learn Domain-Driven Design in TS lesson by lesson
Stars: ✭ 28 (-81.58%)
Mutual labels:  cqrs, ddd, ddd-architecture
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+543.42%)
Mutual labels:  ddd, cqrs, ddd-architecture
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-81.58%)
Mutual labels:  ddd, cqrs, ddd-architecture
Java Ddd Skeleton
♨️ DDD in Java skeleton & examples. Course:
Stars: ✭ 140 (-7.89%)
Mutual labels:  ddd, cqrs, ddd-architecture
Dddplus Demo
♨️ Demonstrate how to use DDDplus to build a complex OMS.演示如何使用DDDplus实现一套订单履约中台OMS
Stars: ✭ 111 (-26.97%)
Mutual labels:  ddd, skeleton
Dddplus
🔥 A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 107 (-29.61%)
Mutual labels:  ddd, ddd-architecture
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (-26.97%)
Mutual labels:  ddd, cqrs
Library
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
Stars: ✭ 122 (-19.74%)
Mutual labels:  cqrs, ddd-architecture
Java Ddd Example
☕🎯 Hexagonal Architecture + DDD + CQRS in a Java project using SpringBoot
Stars: ✭ 119 (-21.71%)
Mutual labels:  ddd, cqrs
Bicing Api
Get statistics and locations of bicycle stations through REST API
Stars: ✭ 149 (-1.97%)
Mutual labels:  ddd, cqrs

Template to start from scratch a new Php project using DDD as architecture.

Installation

Use the dependency manager Composer 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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].