PHPackages                             migueabellan/aoc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. migueabellan/aoc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

migueabellan/aoc
================

Advent Of Code - Library PHP

111PHP

Since Dec 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/migueabellan/aoc)[ Packagist](https://packagist.org/packages/migueabellan/aoc)[ RSS](/packages/migueabellan-aoc/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\[WIP\] Advent Of Code - Library
================================

[](#wip-advent-of-code---library)

[![Github](https://github.com/migueabellan/aoc/workflows/Test/badge.svg)](https://github.com/migueabellan/aoc/workflows/Test/badge.svg)[![Advent Of Code](https://camo.githubusercontent.com/fd2fe13e203270035d5467dcc343bed7c8cefe0f95ced193b16d66d13c46af6b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416476656e742532304f66253230436f64652d6c6962726172792d6f72616e67653f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/fd2fe13e203270035d5467dcc343bed7c8cefe0f95ced193b16d66d13c46af6b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416476656e742532304f66253230436f64652d6c6962726172792d6f72616e67653f7374796c653d666c61742d737175617265)[![php](https://camo.githubusercontent.com/35e0d00d5d7181a1fb3badd193a0c03091c117edf94ff72f6d44267b535db23a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f6d696775656162656c6c616e2f616f633f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/35e0d00d5d7181a1fb3badd193a0c03091c117edf94ff72f6d44267b535db23a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f6d696775656162656c6c616e2f616f633f7374796c653d666c61742d737175617265)

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Advanced Usage](#advanced-usage)
- [Utils](#utils)

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

[](#installation)

```
composer require migueabellan/aoc
```

Basic Usage
-----------

[](#basic-usage)

Create a `.env.local` file to make environment variables.

```
# DO NOT COMMITTED THIS FILE

SESSION_AOC=your_cookie_session

```

### Autoloading

[](#autoloading)

Supports `PSR-4` autoloaders.

```
