Download the PHP package zepgram/aoc-php without Composer
On this page you can find all versions of the php package zepgram/aoc-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zepgram/aoc-php
More information about zepgram/aoc-php
Files in zepgram/aoc-php
Download zepgram/aoc-php
More information about zepgram/aoc-php
Files in zepgram/aoc-php
Vendor zepgram
Package aoc-php
Short Description Basic resolver for Advent Of Code (aoc) challenge
License MIT
Package aoc-php
Short Description Basic resolver for Advent Of Code (aoc) challenge
License MIT
Please rate this library. Is it a good library?
Informations about the package aoc-php
A resolver for Advent of Code
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
Then simply move it in your /var/www/html directory
How it works
- Create a new Result class, with name space
Aoc\Day${day}\
- Then add input from website (eg: https://adventofcode.com/2020/day/1/input) in the directory
/input
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"
All versions of aoc-php with dependencies
PHP Build Version
Package Version
No informations.
The package zepgram/aoc-php contains the following files
Loading the files please wait ....