Skip to content

migueabellan/advent-of-code-php

Repository files navigation

Advent Of Code (PHP)

Github php


Installation with docker

Requirement

  • docker 19 or Higher

Running

$ git clone git@github.com:migueabellan/advent-of-code-php.git

$ docker-compose build
$ docker-compose up -d

$ docker-compose exec php composer install
$ docker-compose exec php bin/console puzzle:exec [-y|--year YEAR] [-d|--day DAY] [-p|--puzzle PUZZLE]

Installation without docker

Requirement

  • php 8.1 or Higher

Running

$ git clone git@github.com:migueabellan/advent-of-code-php.git

$ composer install
$ php bin/console puzzle:exec [-y|--year YEAR] [-d|--day DAY] [-p|--puzzle PUZZLE]