Download the PHP package stefanotorresi/thorr-advent without Composer
On this page you can find all versions of the php package stefanotorresi/thorr-advent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stefanotorresi/thorr-advent
More information about stefanotorresi/thorr-advent
Files in stefanotorresi/thorr-advent
Download stefanotorresi/thorr-advent
More information about stefanotorresi/thorr-advent
Files in stefanotorresi/thorr-advent
Vendor stefanotorresi
Package thorr-advent
Short Description Advent of Code puzzle solutions wrapped in a PHP7 CLI app
License MIT
Package thorr-advent
Short Description Advent of Code puzzle solutions wrapped in a PHP7 CLI app
License MIT
Please rate this library. Is it a good library?
Informations about the package thorr-advent
thorr-advent
Advent of Code puzzle solutions wrapped in a PHP7 CLI app. Most overkill and far from code golf as it can be.
Installation
Composer global install
The executable will be ~/.composer/bin/advent
.
Git
The executable will be ./advent
.
Phar
TBD
Usage
Each puzzle is available as a command named dayN
.
You can use either a file path or stdin as input:
Both parts of the puzzle will be executed by default, but you can execute just a single part if you want,
using the --part
option:
You can get to know the part names with the help
command:
All versions of thorr-advent with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
symfony/console Version ^3.0
beberlei/assert Version ^2.4
devster/ubench Version ^1.2
symfony/console Version ^3.0
beberlei/assert Version ^2.4
devster/ubench Version ^1.2
The package stefanotorresi/thorr-advent contains the following files
Loading the files please wait ....