Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ curl -X POST http://localhost:8000/api/games/{gameId}/moves \

- PHP 8.4 / Symfony 8.1
- Doctrine ORM / PostgreSQL
- PHPUnit 13 / PHPStan 2.2
- PHPUnit 13 / PHPStan 2.2 (level 8)
- Docker / GitHub Actions
- OpenAPI 3.0 / Swagger UI

---

Expand All @@ -75,13 +76,3 @@ docker compose up -d
php bin/console doctrine:migrations:migrate
symfony server:start
```

---

## Roadmap

- [x] Phase 0 — Project setup (Symfony skeleton, CI, PHPStan, CS Fixer)
- [x] Phase 1 — Domain modeling (Value Objects, Entities, Aggregate Root)
- [x] Phase 2 — Application layer (CQRS, Symfony Messenger)
- [x] Phase 3 — Infrastructure (Doctrine, REST API, Docker)
- [ ] Phase 4 — PHPStan level 8, OpenAPI docs
Loading