PHPackages                             petervanderwal/adventofcode-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. petervanderwal/adventofcode-cli

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

petervanderwal/adventofcode-cli
===============================

A Symfony bundle that helps to create puzzle implementations for Advent of Code

v1.2.2(1y ago)0191MITPHPPHP &gt;=8.1

Since Nov 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/petervanderwal/adventofcode-cli)[ Packagist](https://packagist.org/packages/petervanderwal/adventofcode-cli)[ RSS](/packages/petervanderwal-adventofcode-cli/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (8)Dependencies (6)Versions (9)Used By (1)

Advent of Code CLI Bundle
=========================

[](#advent-of-code-cli-bundle)

This bundle helps to create puzzle implementations for [Advent of Code](https://adventofcode.com/).

Key features:

- Tests your code against the demo input + expected answer
- Automatically downloads your full puzzle input
- Automatically submit your answer to Advent of Code

Installation
------------

[](#installation)

### Prerequisites

[](#prerequisites)

This bundle is based on Symfony and relies on Symfony's core components Dependency Injection and Console Commands.

### Installation

[](#installation-1)

Install using composer:

```
composer require petervanderwal/adventofcode-cli
```

And register your bundle in `config/bundles.php` if not done already by Symfony Flex:

```
