Add DDEV to the tool quadrant

This commit is contained in:
Carsten Dietrich
2021-03-30 11:27:29 +02:00
parent 69b95d05ef
commit f8d558e36c

12
radar/2021-01-01/ddev.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "DDEV"
ring: adopt
quadrant: tools
featured: true
---
[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.