Skip to content

albertemozo/php-kata-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💀 PHP Kata Skeleton

A simple skeleton for PHP katas.

Requirements

  • One of the following:
    • PHP 8.4+
    • Docker
  • Make (optional)

Usage with Docker

Build the image.

make build

Check everything works.

make test

Usage with local PHP

Install dependencies.

composer install

Check everything works.

php vendor/bin/phpunit

About

A simple skeleton for PHP katas.

Topics

Resources

Stars

Watchers

Forks