Base project for the CapturaCloud development team to practice katas in PHP.
The project includes a minimal PHP and PHPUnit setup so developers can start programming exercises quickly while keeping the focus on design, refactoring, and test-driven evolution.
The project includes a docker-compose configuration that bundles all the necessary services to run the backend seamlessly. You’ll only need to have Docker, Docker Compose, and Make installed on your system. Below are the steps to get everything set up.
- Docker: Install Docker.
- Docker Compose: (Installed alongside Docker).
- Make:
sudo apt install make.
make buildmake test