{"id":19094957,"url":"https://github.com/phauthentic/event-sourcing-chess-example","last_synced_at":"2026-06-18T03:33:25.857Z","repository":{"id":229742437,"uuid":"777327427","full_name":"Phauthentic/event-sourcing-chess-example","owner":"Phauthentic","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-26T01:47:06.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-26T05:02:56.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Phauthentic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-25T16:35:10.000Z","updated_at":"2026-02-26T01:47:09.000Z","dependencies_parsed_at":"2024-06-15T21:27:34.740Z","dependency_job_id":"191d661a-3944-4fb9-be8b-900931995ff5","html_url":"https://github.com/Phauthentic/event-sourcing-chess-example","commit_stats":null,"previous_names":["phauthentic/event-sourcing-chess-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Phauthentic/event-sourcing-chess-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fevent-sourcing-chess-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fevent-sourcing-chess-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fevent-sourcing-chess-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fevent-sourcing-chess-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phauthentic","download_url":"https://codeload.github.com/Phauthentic/event-sourcing-chess-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fevent-sourcing-chess-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34475375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:32:16.402Z","updated_at":"2026-06-18T03:33:25.837Z","avatar_url":"https://github.com/Phauthentic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Sourced Chess - Example App\n\nChess is an interesting domain that is small enough but complex enough to use it as a nice example for the event sourcing library and in an example project to experiment with it.\n\nThere is a domain specific language, [algebraic notation](https://en.wikipedia.org/wiki/Algebraic_notation_(chess)) in the context of chess.\n\nTo implement event sourcing, this example is using the Phauthentic event sourcing library.\n\n* [Phauthentic Event Sourcing](https://github.com/Phauthentic/event-sourcing)\n* [Phauthentic Event Store](https://github.com/Phauthentic/event-store)\n* [Phauthentic Snapshot Store](https://github.com/Phauthentic/snapshot-sourcing)\n* [Phauthentic Correlation ID Bundle](https://github.com/Phauthentic/correlation-id-symfony-bundle)\n* [Phauthentic Error Response](https://github.com/Phauthentic/error-response)\n\nThe goals of this repository are:\n\n* Providing an example of the event sourcing library.\n* Experimenting with the implementation in a real app.\n\n## Installation\n\n```sh\ncomposer require phauthentic/event-sourcing-chess-example\ndocker compose up\nbin/console serve\n```\n\n## Ubiquitous Language\n\n| Term               | Description                                      |\n|--------------------|--------------------------------------------------|\n| Algebraic Notation | Standard system for recording chess moves using coordinates (e.g., e4, Nf3) |\n| Check             | A threat to capture the opponent's king         |\n| Checkmate         | When a player's king is in check and there is no legal move to escape |\n| Castling          | Special move involving the king and a rook       |\n| En Passant        | Special pawn capture move                        |\n| Promotion         | Advancing a pawn to the eighth rank to become a queen, rook, bishop, or knight |\n| Stalemate         | A situation where a player has no legal moves and their king is not in check |\n| Zugzwang          | A position in which any move will weaken a player's position |\n\n## License\n\nGPLv3 - Copyright Florian Krämer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fevent-sourcing-chess-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphauthentic%2Fevent-sourcing-chess-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fevent-sourcing-chess-example/lists"}