relflly/progression

Console arithmetic progression game for PHP CLI.

Maintainers

Package info

github.com/Relflly/progression

Type:project

pkg:composer/relflly/progression

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2026-04-09 17:25 UTC

This package is auto-updated.

Last update: 2026-04-09 17:50:18 UTC


README

Progression is a console PHP game where the player must find the missing number in an arithmetic progression.

Requirements

  • PHP 8.1 or newer
  • Composer

Installation

Local installation

composer install

Global installation with Composer

composer global require relflly/progression

After global installation add Composer's global bin directory to PATH and run:

progression

Run

php bin/progression

Development

Generate optimized autoload files:

composer dump-autoload -o

Check PSR-12:

php vendor/squizlabs/php_codesniffer/bin/phpcs --standard=PSR12 src bin/progression