DEV Community

Cover image for DoNPP - A PHP Docker starter
Daniele Lenares
Daniele Lenares

Posted on • Updated on

DoNPP - A PHP Docker starter

I started working as a web developer in 2010 using mostly PHP as main programming language. Gradually, as the years passed by, I completely switched to a full-stack JavaScript experience and by the end of 2017 I completely removed PHP from my stack.
bye

But I'm a curious person and a very curious dev... I need to know what is going on in the whole dev ecosystem!
So I wanted to try some shiny new or updated PHP framework or cms.

The only downside is that I do not want to install PHP directly on my machine and risk to mess up something with the world of dependencies needed.

crazy

So I built a quick and simple docker ecosystem containing PHP, Nginx and Postgres without messing with my local setup.

If you want to give it a spin, you can find it here
https://github.com/dnlnrs/donpp

Top comments (0)