zepgram/aoc-php

Basic resolver for Advent Of Code (aoc) challenge

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

0.0.1 2020-12-06 17:12 UTC

This package is auto-updated.

Last update: 2024-10-07 07:25:19 UTC


README

A very simple php resolver for Advent of Code. Designed for web developers to resolve the challenge every day! https://adventofcode.com

How to install

composer create-project "zepgram/aoc-php"

Then simply move it in your /var/www/html directory

How it works

How to get result

With simple parameters: http://127.0.0.1/aoc-php/?day=1&problem=1

  • The "day" value is corresponding to directory suffix which is incremental: 1/2/3/4 etc...
  • The "problem" value is corresponding to abstract class method and can only take value "1" or "2"

image