

The data access layer is easy to use and flexible, the code generator save us time and the RESTful support is excellent. Yii2 is our standard web framework, we like its design. In Mobile Jazz we have created a bash script that creates the Docker container and run a few setup tasks, enabling us to start a new project in a couple of minutes.

We have chosen a simple approach with Docker, our images have Apache and MySQL in the same container, so for development we don’t need to have them running on different containers.įor managing Docker containers we use Kitematic, it’s a very intuitive tool that allows us to start and stop containers easily and quickly. Every project has it’s own Docker machine so we can easily share it with the whole team. Here is a list of tools that we use on a daily basis:ĭocker is our standard tool for running virtual machines, we use a base image that has Apache and MySQL installed on it. Are you still using XAMPP or LAMPP as your main development environment? Are you writing raw PHP? It’s time to change, start using Open Source projects, free services and boost your team’s productivity and quality.
