PHPackages                             symfinity/poker-planner - 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. [Caching](/categories/caching)
4. /
5. symfinity/poker-planner

ActiveSymfony-bundle[Caching](/categories/caching)

symfinity/poker-planner
=======================

Self-hosted planning poker for Symfony - hidden votes, Mercure realtime, story queue

v0.1.3(4w ago)10MITPHPPHP &gt;=8.2CI passing

Since Jun 19Pushed 4w agoCompare

[ Source](https://github.com/symfinity/poker-planner)[ Packagist](https://packagist.org/packages/symfinity/poker-planner)[ Docs](https://github.com/symfinity/poker-planner)[ GitHub Sponsors](https://github.com/sponsors/serotoninja)[ RSS](/packages/symfinity-poker-planner/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (4)Dependencies (46)Versions (5)Used By (0)

Poker Planner
=============

[](#poker-planner)

### Self-hosted planning poker for Symfony - hidden votes, Mercure realtime, story queue

[](#self-hosted-planning-poker-for-symfony---hidden-votes-mercure-realtime-story-queue)

[![PHP Version](https://camo.githubusercontent.com/fe60a3918bae3bc2ed56c6c5329ac0cb7462196b3061d0afb91fc4a241fe4172/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d3737374242343f7374796c653d666c6174266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](composer.json)[![Symfony](https://camo.githubusercontent.com/0b9a123c2224a4e7dbbb624492f493b4fbb810e2060e7ddbec9346b13a65ac24/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d372e342b2d3334333433343f7374796c653d666c6174266c6f676f3d73796d666f6e79266c6f676f436f6c6f723d7768697465)](composer.json)
[![CI](https://github.com/symfinity/poker-planner/actions/workflows/ci.yml/badge.svg)](https://github.com/symfinity/poker-planner/actions/workflows/ci.yml)
[![Release](https://camo.githubusercontent.com/73d78f8a2feb561067ffdc2862d7d9df0c2557218b6627e04a46fcd68a6c623b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73796d66696e6974792f706f6b65722d706c616e6e65722e7376673f7374796c653d666c6174266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/symfinity/poker-planner)[![Downloads](https://camo.githubusercontent.com/272dca858e960e0ee5be63aa0091f5c178b6b792b2a2b67b40144e987428a759/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73796d66696e6974792f706f6b65722d706c616e6e65722e7376673f7374796c653d666c6174266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/symfinity/poker-planner)[![License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)

Note

**Read-only mirror.**See [CONTRIBUTING.md](CONTRIBUTING.md) for how to propose changes.

Features
--------

[](#features)

- **Frictionless sessions** - share `/r/{uuid}` links; guests join with a display name only
- **Hidden votes** - no vote values leak before moderator reveal (Mercure + Turbo streams)
- **Fibonacci deck** - `½`, `1`–`21`, `?`, and coffee with simultaneous card flip
- **Story queue** - multi-story refinement with recorded estimates per round
- **Consensus feedback** - median, spread, and outlier hints after reveal
- **Session recap** - copy markdown summary to your tracker or notes
- **ui-kernel theming** - scheme switcher and token-driven room chrome
- **Ephemeral Redis rooms** - no database migrations in v0.1

Prerequisites
-------------

[](#prerequisites)

Add the [symfinity/recipes](https://github.com/symfinity/recipes) Flex endpoint to your project's `composer.json` (see [recipes README](https://github.com/symfinity/recipes/blob/main/README.md)).

**Recommended:** [symfony-docker](https://github.com/dunglas/symfony-docker) (Symfony 7.4) - the Flex recipe adds Redis, Mercure env, routes, and Stimulus/Turbo assets. See [Flex recipe](docs/flex-recipe.md) (turnkey walkthrough) or [Installation](docs/installation.md#symfony-docker).

Otherwise you need **Redis** (or Predis) and a **Mercure** hub - see [Installation](docs/installation.md).

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

[](#installation)

```
composer require symfinity/poker-planner
```

On symfony-docker: accept Flex **Docker configuration**, then `docker compose up -d --wait`.

Quick Start
-----------

[](#quick-start)

1. Open `/` (symfony-docker: `https://localhost/`), enter your name, and **Start session**.
2. Share the room URL; estimators vote; moderator **Reveal** then **Next story**.

See [Quick start](docs/quickstart.md) for the full walkthrough.

Documentation
-------------

[](#documentation)

- **[Flex recipe](docs/flex-recipe.md)** - symfony-docker turnkey, manifest reference, asset merge
- **[Installation](docs/installation.md)** - Composer, Flex recipe overview, infrastructure
- **[Quick start](docs/quickstart.md)** - first session in minutes
- **[Configuration](docs/configuration.md)** - `symfinity_poker_planner.yaml` reference
- **[Realtime sync](docs/realtime.md)** - Mercure topics, Turbo streams, vote privacy (schematic diagrams)
- **[Verification](docs/verification.md)** - P1 clean-app smoke checklist
- **[Upgrade](docs/upgrade.md)** - release notes (`0.1.3`, `0.1.2`, `0.1.1`, `0.1.0`)

Requirements
------------

[](#requirements)

- PHP 8.2+
- Symfony 7.4+ or 8.x
- Redis or Predis
- Mercure hub (symfony/mercure-bundle)
- symfinity/ui-kernel, symfinity/ux-blocks, symfinity/ux-blocks-core

Support
-------

[](#support)

- [GitHub Issues](https://github.com/symfinity/poker-planner/issues)
- [Security](.github/SECURITY.md)
- [Contributing](CONTRIBUTING.md)

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Every ~5 days

Total

4

Last Release

29d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/246582257?v=4)[Symfinity](/maintainers/symfinity)[@symfinity](https://github.com/symfinity)

---

Tags

agileestimationmercureplanning-pokerrealtimeredisscrumsprint-planningstory-pointssymfonysymfony-bundleteamsymfonyScrumAgilemercureSymfony Bundleestimationplanning-poker

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/symfinity-poker-planner/health.svg)

```
[![Health](https://phpackages.com/badges/symfinity-poker-planner/health.svg)](https://phpackages.com/packages/symfinity-poker-planner)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M413](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M763](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M641](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M221](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M529](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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