christeredvartsen / advent-of-code
Advent of Code solutions
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/christeredvartsen/advent-of-code
Requires
- php: >=8.1
 - symfony/console: ^7.2
 
Requires (Dev)
- imbo/imbo-coding-standard: ^2.0
 - phpunit/phpunit: ^11.4
 - symfony/var-dumper: ^7.2
 
This package is auto-updated.
Last update: 2025-10-30 14:06:07 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