{"id":33204604,"url":"https://github.com/treehouselabs/event-sourcing","last_synced_at":"2026-02-01T19:10:57.391Z","repository":{"id":57072582,"uuid":"67430553","full_name":"treehouselabs/event-sourcing","owner":"treehouselabs","description":"Event sourcing library","archived":false,"fork":false,"pushed_at":"2017-05-15T12:13:50.000Z","size":39,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-11T20:42:23.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/treehouselabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-05T15:09:50.000Z","updated_at":"2016-11-23T10:10:18.000Z","dependencies_parsed_at":"2022-08-24T14:54:35.449Z","dependency_job_id":null,"html_url":"https://github.com/treehouselabs/event-sourcing","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/treehouselabs/event-sourcing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treehouselabs%2Fevent-sourcing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treehouselabs%2Fevent-sourcing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treehouselabs%2Fevent-sourcing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treehouselabs%2Fevent-sourcing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treehouselabs","download_url":"https://codeload.github.com/treehouselabs/event-sourcing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treehouselabs%2Fevent-sourcing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28986859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","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":"2025-11-16T10:00:18.614Z","updated_at":"2026-02-01T19:10:57.386Z","avatar_url":"https://github.com/treehouselabs.png","language":"PHP","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Event Sourcing\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n\nEvent sourcing library\n\nPlays well with the following TreeHouse Libraries.\n\n* [Event Store][link-event-store]\n* [Domain][link-domain]\n* [Command Handling][link-command-handling]\n* [Message bus][link-message-bus]\n* [Serialization][link-serialization]\n\n## Installation\n\n```sh\ncomposer require treehouselabs/event-sourcing\n```\n\n\n## Testing\n\n```bash\ncomposer test\n```\n\n\n## Security\n\nIf you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.\n\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n## Credits\n\n- [Jeroen Fiege][link-fieg]\n- [Mark van Duijker][link-mvanduijker]\n- [Marco Janssen][link-marcojanssen]\n- [All Contributors][link-contributors]\n\n\n[ico-version]: https://img.shields.io/packagist/v/treehouselabs/event-sourcing.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/treehouselabs/event-sourcing/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/treehouselabs/event-sourcing.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/treehouselabs/event-sourcing.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/treehouselabs/event-sourcing.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/treehouselabs/event-sourcing\n[link-travis]: https://travis-ci.org/treehouselabs/event-sourcing\n[link-scrutinizer]: https://scrutinizer-ci.com/g/treehouselabs/event-sourcing/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/treehouselabs/event-sourcing\n[link-downloads]: https://packagist.org/packages/treehouselabs/event-sourcing\n[link-author]: https://github.com/treehouselabs\n[link-contributors]: ../../contributors\n[link-fieg]: https://github.com/fieg\n[link-mvanduijker]: https://github.com/mvanduijker\n[link-marcojanssen]: https://github.com/marcojanssen\n\n[link-event-store]: https://github.com/treehouselabs/event-store\n[link-domain]: https://github.com/treehouselabs/domain\n[link-serialization]: https://github.com/treehouselabs/serialization\n[link-command-handling]: https://github.com/treehouselabs/command-handling\n[link-message-bus]: https://github.com/treehouselabs/message-bus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreehouselabs%2Fevent-sourcing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreehouselabs%2Fevent-sourcing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreehouselabs%2Fevent-sourcing/lists"}