{"id":17437105,"url":"https://github.com/patchlevel/laravel-event-sourcing","last_synced_at":"2025-10-07T12:03:50.098Z","repository":{"id":257828465,"uuid":"873124029","full_name":"patchlevel/laravel-event-sourcing","owner":"patchlevel","description":"An event sourcing laravel package, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.","archived":false,"fork":false,"pushed_at":"2025-10-01T03:04:58.000Z","size":1128,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"1.2.x","last_synced_at":"2025-10-01T05:24:57.561Z","etag":null,"topics":["event-sourcing","laravel","php"],"latest_commit_sha":null,"homepage":"https://laravel-event-sourcing.patchlevel.io/latest/getting_started/","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/patchlevel.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":"2024-10-15T16:33:19.000Z","updated_at":"2025-10-01T03:04:26.000Z","dependencies_parsed_at":"2024-11-01T06:23:45.508Z","dependency_job_id":"8074011e-f71f-42bd-a6fd-2f5964a913fa","html_url":"https://github.com/patchlevel/laravel-event-sourcing","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"5ac450204ce1b56bf7ae13b1c8e2591fa6033a59"},"previous_names":["patchlevel/laravel-event-sourcing"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/patchlevel/laravel-event-sourcing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patchlevel%2Flaravel-event-sourcing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patchlevel%2Flaravel-event-sourcing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patchlevel%2Flaravel-event-sourcing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patchlevel%2Flaravel-event-sourcing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patchlevel","download_url":"https://codeload.github.com/patchlevel/laravel-event-sourcing/tar.gz/refs/heads/1.2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patchlevel%2Flaravel-event-sourcing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278770726,"owners_count":26042828,"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-10-07T02:00:06.786Z","response_time":59,"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":["event-sourcing","laravel","php"],"created_at":"2024-10-17T11:05:45.598Z","updated_at":"2025-10-07T12:03:50.081Z","avatar_url":"https://github.com/patchlevel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/patchlevel/laravel-event-sourcing/v)](//packagist.org/packages/patchlevel/laravel-event-sourcing)\n[![License](https://poser.pugx.org/patchlevel/laravel-event-sourcing/license)](//packagist.org/packages/patchlevel/laravel-event-sourcing)\n\n# Laravel-Event-Sourcing\n\nAn event sourcing laravel package, complete with all the essential features,\npowered by the reliable Doctrine ecosystem and focused on developer experience.\nThis package is a [laravel](https://laravel.com/) integration \nfor [event-sourcing](https://github.com/patchlevel/event-sourcing) library.\n\n## Features\n\n* Everything is included in the package for event sourcing\n* Facades for easy access to event sourcing services and aggregates\n* Developer experience oriented and fully typed\n* Automatic [snapshot](https://laravel-event-sourcing.patchlevel.io/latest/snapshots/)-system to boost your performance\n* [Split](https://laravel-event-sourcing.patchlevel.io/latest/split_stream/) big aggregates into multiple streams\n* Versioned and managed lifecycle of [subscriptions](https://laravel-event-sourcing.patchlevel.io/latest/subscription/) like projections and processors\n* Safe usage of [Personal Data](https://laravel-event-sourcing.patchlevel.io/latest/personal_data/) with crypto-shredding\n* Smooth [upcasting](https://laravel-event-sourcing.patchlevel.io/latest/upcasting/) of old events\n* Simple setup with [scheme management](https://laravel-event-sourcing.patchlevel.io/latest/store/) and [doctrine migration](https://laravel-event-sourcing.patchlevel.io/latest/store/)\n* Built in [cli commands](https://event-sourcing.patchlevel.io/latest/cli/)\n* and much more...\n\n## Installation\n\n```bash\ncomposer require patchlevel/laravel-event-sourcing\n```\n\n\u003e [!TIP]\n\u003e Further installation steps can be found in the [installation instructions](https://laravel-event-sourcing.patchlevel.io/latest/installation/).\n\n## Documentation\n\n* [Package Documentation](https://laravel-event-sourcing.patchlevel.io/latest/getting_started/)\n* [Library Documentation](https://event-sourcing.patchlevel.io/latest/aggregate/)\n* [Related Blog](https://patchlevel.de/blog)\n\n## Sponsors\n\n[\u003cimg src=\"https://github.com/patchlevel/event-sourcing/assets/470138/d00b7459-23b7-431b-80b4-93cfc1b66216\" alt=\"blackfire\" width=\"200\"\u003e](https://www.blackfire.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatchlevel%2Flaravel-event-sourcing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatchlevel%2Flaravel-event-sourcing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatchlevel%2Flaravel-event-sourcing/lists"}