From f8d558e36cc48f97a2da04ece006c14d6ec36453 Mon Sep 17 00:00:00 2001 From: Carsten Dietrich Date: Tue, 30 Mar 2021 11:27:29 +0200 Subject: [PATCH] Add DDEV to the tool quadrant --- radar/2021-01-01/ddev.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 radar/2021-01-01/ddev.md diff --git a/radar/2021-01-01/ddev.md b/radar/2021-01-01/ddev.md new file mode 100644 index 0000000..fa2e85e --- /dev/null +++ b/radar/2021-01-01/ddev.md @@ -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. \ No newline at end of file