Integration profile: P1 — routes OOTB (Redis + Mercure env for realtime).
Checks after installing symfinity/poker-planner in a Symfony app with Redis and a Mercure hub configured.
composer test
composer phpstan
php bin/console debug:router | grep pokerOn a fresh Symfony 7.4+ project with REDIS_URL and Mercure env vars set (see Installation):
composer require symfinity/poker-planner- Open
GET /— expect the planning poker entry UI (HTTP 200). - Start a session and open the share link
/r/{uuid}in a second browser — expect realtime vote updates without full page reload.