Skip to content

capturacloud/kata-setup-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Kata Setup

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.

Installation

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.

Prerequisites

  • Docker: Install Docker.
  • Docker Compose: (Installed alongside Docker).
  • Make: sudo apt install make.

Build the environment

make build

Run tests

make test

About

Base project for the CapturaCloud development team to practice katas in PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors