christeredvartsen / advent-of-code
Advent of Code solutions
Package info
github.com/christeredvartsen/advent-of-code
pkg:composer/christeredvartsen/advent-of-code
dev-main
2025-12-09 14:44 UTC
Requires
- php: >=8.4
- symfony/console: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- imbo/imbo-coding-standard: ^2.0
- phpunit/phpunit: ^12.4
- symfony/var-dumper: ^8.0
This package is auto-updated.
Last update: 2026-03-09 15:14:14 UTC
README
Solutions for Advent of Code using PHP.
Installation
composer require christeredvartsen/advent-of-code
Usage
After installation you can execute the included PHP script to solve the different days in the calendar:
vendor/bin/aoc solve <day> [<year>]
Keep in mind that the inputs used aren't necessarily the same for all users.
License
MIT