17 lines
1.0 KiB
Markdown
17 lines
1.0 KiB
Markdown
---
|
|
title: "DDEV"
|
|
ring: adopt
|
|
quadrant: tools
|
|
tags: [coding, ci/cd]
|
|
---
|
|
|
|
[DDEV](https://www.ddev.com/ddev-local/) is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes.
|
|
It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared.
|
|
In short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration.
|
|
|
|
At AOE, we use DDEV in a variety of PHP projects (large and small).
|
|
It has made the onboarding process extremely easy for new developers and developers who have already worked with DDEV feel right at home in other projects.
|
|
|
|
DDEV makes adding needed dependencies super easy and so far has met every requirement we've ever had.
|
|
This is mainly because DDEV is just a wrapper for existing tools like Docker-Compose. However, it does take away a lot of the complexity that is normally involved in configuring these tools.
|