{"id":36979342,"url":"https://github.com/swellphp/eventful","last_synced_at":"2026-01-13T22:48:59.193Z","repository":{"id":57063026,"uuid":"95949802","full_name":"swellphp/eventful","owner":"swellphp","description":"A PHP Event Sourcing and CQRS Framework","archived":false,"fork":false,"pushed_at":"2017-11-14T03:56:50.000Z","size":70,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-05T12:56:37.011Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swellphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-01T07:41:41.000Z","updated_at":"2017-10-29T07:24:06.000Z","dependencies_parsed_at":"2022-08-24T14:01:03.609Z","dependency_job_id":null,"html_url":"https://github.com/swellphp/eventful","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/swellphp/eventful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swellphp%2Feventful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swellphp%2Feventful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swellphp%2Feventful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swellphp%2Feventful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swellphp","download_url":"https://codeload.github.com/swellphp/eventful/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swellphp%2Feventful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-13T22:48:58.540Z","updated_at":"2026-01-13T22:48:59.169Z","avatar_url":"https://github.com/swellphp.png","language":"PHP","readme":"# Eventful - PHP CQRS \u0026 ES Framework\n\nThe aim of this project is to facilitate the development of PHP application using the Command, Query Responsibility Segregation and Event Sourcing Architecture. Together with Domain Driven Design Helpers.\n\nIt is not meant to be a one size fit all system and will possibly only be useful for developers wishing a quick start in learning these architectures.\n\n[![Build Status](https://travis-ci.org/swellphp/eventful.svg?branch=master}.png?branch=master)](https://travis-ci.org/swellphp/eventful.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/swellphp/eventful/badge.svg?branch=master)](https://coveralls.io/github/swellphp/eventful?branch=master)\n\n## Under Development\n\nThis project is under initial development and should definitely not be used in any production systems.\n\n## Problems I'm trying to solve using this framework based on what I didn't like using other similar frameworks and helpers.\n\n1) I want that my models are completely independent from the framework.\nThe framework should not be intrusive because most projects require custom implementations and structures.\n\n2) I want to easily be able to apply a TDD approach when developing any application.\n3) I want it to integrate to Laravel.\n\n\n## Components and features required for the initial release.\n\n- [x] Installation via Composer. [GH-2](https://github.com/swellphp/eventful/issues/2)\n\n- [x] Command and Command Handling. [GH-3](https://github.com/swellphp/eventful/issues/3)\n\n- [x] Event Bus, subscribe and dispatch. [GH-4](https://github.com/swellphp/eventful/issues/4)\n\n- [ ] Event Sourcing. [GH-19](https://github.com/swellphp/eventful/issues/19)\n\n- [ ] Event Store. [GH-5](https://github.com/swellphp/eventful/issues/5)\n\n- [ ] Event Sourced Infrastructure Abstractions. [GH-6](https://github.com/swellphp/eventful/issues/6)\n\n- [ ] Read Model. [GH-7](https://github.com/swellphp/eventful/issues/7)\n\n- [ ] Domain Driven Design Helpers such as VOs, Aggregate and Entities. [GH-8](https://github.com/swellphp/eventful/issues/8)\n\n- [ ] Scenario based testing helpers. [GH-16](https://github.com/swellphp/eventful/issues/16)\n\n- [ ] Extraction of extensible classes within the custom Model to be used as adaptors for the ability of swapping such dependencies and also adding custom code on a per project basis. [GH-9](https://github.com/swellphp/eventful/issues/9)\n\n- [ ] Online Documentation using github projects. [GH-11](https://github.com/swellphp/eventful/issues/11)\n\n- [ ] Other features to be planned as we go along developing this release.\n\n## Installation\n\nVia composer:\n\n`composer require swellphp/eventful`\n\n## Documentation\n\n- [Command Handling Documentation](https://github.com/swellphp/eventful/blob/master/src/Eventful/Command/README.md)\n\n- [Event Bus Documentation](https://github.com/swellphp/eventful/blob/master/src/Eventful/Event/README.md)\n\nOther components are in progress of being developed.\n\n## Contributing\n\nIn progress. However, feel free to fork this repository and submit pull requests.\n\nAll contributions must include tests for the code added, ability for developers to test their code by proving testing helpers when appropriate.\n\nAll contributions must also include an example and in case of full components (in their own directory) a Readme file documenting it's usage.\n\nIssues must be created in advance of the development work and commit messages must mention the issue key in this format \"GH-X\".\n\n## License\n\nOpen Source under the MIT Licence. https://opensource.org/licenses/MIT\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswellphp%2Feventful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswellphp%2Feventful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswellphp%2Feventful/lists"}