{"id":34014231,"url":"https://github.com/edvin/pillar","last_synced_at":"2025-12-13T13:54:54.174Z","repository":{"id":322582601,"uuid":"1089852989","full_name":"edvin/pillar","owner":"edvin","description":"Elegant Domain-Driven Design \u0026 Event Sourcing for Laravel","archived":false,"fork":false,"pushed_at":"2025-11-27T21:37:12.000Z","size":1585,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-27T22:41:01.044Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edvin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T22:44:21.000Z","updated_at":"2025-11-27T21:37:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f6fb85f-183c-45b1-9d6f-7438d27358be","html_url":"https://github.com/edvin/pillar","commit_stats":null,"previous_names":["edvin/pillar"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/edvin/pillar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Fpillar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Fpillar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Fpillar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Fpillar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edvin","download_url":"https://codeload.github.com/edvin/pillar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Fpillar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27706690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"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":"2025-12-13T13:54:51.305Z","updated_at":"2025-12-13T13:54:54.159Z","avatar_url":"https://github.com/edvin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Pillar – PHP Event Sourcing](logo.svg)\n\n[![CI](https://github.com/edvin/pillar/actions/workflows/ci.yml/badge.svg)](https://github.com/edvin/pillar/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/edvin/pillar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/edvin/pillar)\n[![Latest Version](https://img.shields.io/packagist/v/pillar/pillar.svg)](https://packagist.org/packages/pillar/pillar)\n[![Docs](https://img.shields.io/badge/docs-VitePress-informational)](https://edvin.github.io/pillar/)\n\n## Elegant DDD \u0026 Event Sourcing for Laravel\n\nBuild rich domain models and event‑sourced systems — without friction.\n\n[![Read the Docs](https://img.shields.io/badge/Read%20the%20Docs-https%3A%2F%2Fdocs.pillarphp.dev-2563eb?style=for-the-badge)](https://docs.pillarphp.dev)\n\n## Install\n\n```bash\ncomposer require pillar/pillar\nphp artisan pillar:install\n```\n\n## Highlights\n\n- 🧠 **Aggregate sessions (Unit of Work)** — `find()`, mutate, `commit()`\n- 🗃️ **Pluggable event store** with **generator‑based** streams \u0026 optimistic locking\n- 🧵 **Fetch strategies** (load‑all / chunked / streaming)\n- 🧬 **Versioned events** \u0026 **upcasters**\n- 💾 **Snapshotting** policies (Always / Cadence / On‑Demand)\n- 🧩 **Object serialization** — JSON by default, MessagePack built-in, or custom serializer\n- 🔒 **Payload encryption** — pluggable cipher, per‑event overrides\n- 🖥️ **Event stream browser Web UI** — browse streams and timelines and inspect payloads\n- ⏱️ **Point‑in‑time reads** — load up to aggregate/global sequence or date via `EventWindow`\n- 🎭 **Aliases** for readable event names\n- 🔁 **Safe replays** to rebuild projections\n- ⚡ **CQRS** — projectors and query bus for a fast, scalable read side\n- 🧰 **Facade + buses** for quick wiring\n- 🛠️ **Pillar Make**: Bounded Context/Command/Query/Event Scaffolding\n- 🧪 **First‑class testing** — Given/When/Then helpers for aggregates \u0026 commands, full isolation, exception capture, state inspection\n- 🧵 **Command \u0026 Aggregate Scenarios** — end‑to‑end command testing using the real bus \u0026 event store, or fast in‑memory aggregate testing\n- 🧰 **Laravel Tinker integration** — automatic aliases for commands, queries \u0026 IDs, plus rich aggregate debugging\n\n## Documentation\n\nFull docs at **https://docs.pillarphp.dev**  \n— Getting started, concepts, tutorial, configuration \u0026 CLI reference.\n\n## License\n\nMIT © Edvin Syse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Fpillar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedvin%2Fpillar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Fpillar/lists"}