PHPackages                             zepgram/aoc-php - 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. zepgram/aoc-php

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

zepgram/aoc-php
===============

Basic resolver for Advent Of Code (aoc) challenge

0.0.1(5y ago)146MITPHP

Since Dec 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zepgram/aoc-php)[ Packagist](https://packagist.org/packages/zepgram/aoc-php)[ RSS](/packages/zepgram-aoc-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

A resolver for Advent of Code
=============================

[](#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!

How to install
==============

[](#how-to-install)

```
composer create-project "zepgram/aoc-php"

```

Then simply move it in your /var/www/html directory

How it works
============

[](#how-it-works)

- Create a new Result class, with name space `Aoc\Day${day}\`
- Then add input from website (eg: ) in the directory `/input`

How to get result
=================

[](#how-to-get-result)

With simple parameters: [http://127.0.0.1/aoc-php/?day=1&amp;problem=1](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"

[![image](https://user-images.githubusercontent.com/16258478/101295560-ac8c9200-381e-11eb-9412-a39c0118af7c.png)](https://user-images.githubusercontent.com/16258478/101295560-ac8c9200-381e-11eb-9412-a39c0118af7c.png)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66547185afcb495a48d0dd0defd547999fb057dd042d3615dc95955cffc81b42?d=identicon)[zepgram](/maintainers/zepgram)

### Embed Badge

![Health badge](/badges/zepgram-aoc-php/health.svg)

```
[![Health](https://phpackages.com/badges/zepgram-aoc-php/health.svg)](https://phpackages.com/packages/zepgram-aoc-php)
```

###  Alternatives

[greenter/greenter

Facturacion Electrónica SUNAT en Perú

31530.2k1](/packages/greenter-greenter)[opanegro/nova-custom-controller

Make custom controller in Laravel Nova

144.4k](/packages/opanegro-nova-custom-controller)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
