{"id":28543965,"url":"https://github.com/prooph/httplug-event-store","last_synced_at":"2025-09-04T13:47:23.877Z","repository":{"id":57045237,"uuid":"96537637","full_name":"prooph/httplug-event-store","owner":"prooph","description":"HTTP event-store implementation talking with http-api","archived":false,"fork":false,"pushed_at":"2018-11-02T15:34:49.000Z","size":53,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-09T22:07:12.865Z","etag":null,"topics":["api","cqrs","event-sourcing","event-store","http","httplug","php","prooph"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prooph.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}},"created_at":"2017-07-07T12:44:50.000Z","updated_at":"2024-05-03T09:08:53.000Z","dependencies_parsed_at":"2022-08-24T03:40:15.819Z","dependency_job_id":null,"html_url":"https://github.com/prooph/httplug-event-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prooph/httplug-event-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fhttplug-event-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fhttplug-event-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fhttplug-event-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fhttplug-event-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prooph","download_url":"https://codeload.github.com/prooph/httplug-event-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fhttplug-event-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619478,"owners_count":25138238,"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-09-04T02:00:08.968Z","response_time":61,"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":["api","cqrs","event-sourcing","event-store","http","httplug","php","prooph"],"created_at":"2025-06-09T22:06:26.163Z","updated_at":"2025-09-04T13:47:23.856Z","avatar_url":"https://github.com/prooph.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prooph httplug EventStore implementation using HTTP API\n\n[![Build Status](https://travis-ci.org/prooph/httplug-event-store.svg?branch=master)](https://travis-ci.org/prooph/httplug-event-store)\n[![Coverage Status](https://coveralls.io/repos/github/prooph/httplug-event-store/badge.svg?branch=master)](https://coveralls.io/github/prooph/httplug-event-store?branch=master)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/prooph/improoph)\n\n## Overview\n\nProoph Event Store is capable of persisting event messages that are organized in streams. `Prooph\\EventStore\\EventStore`\nitself is a facade for different persistence adapters (see the list below) and adds event-driven hook points for `Prooph\\EventStore\\Plugin\\Plugin`s\nwhich make the Event Store highly customizable.\n\nThe httplug event store is an implementation that uses httplug to communicate with the [HTTP-API](https://github.com/prooph/event-store-http-api/).\n\n## Usage\n\nThis example uses Guzzle6 httplug adapter\n\n```php\n$httplug = new \\Http\\Adapter\\Guzzle6\\Client();\n$eventStore = new \\Prooph\\EventStore\\Httplug($httpPlug, $options);\n\n$streamEvents =$eventStore-\u003eload(new StreamName('test-stream'));\n```\n\n## Support\n\n- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).\n- File issues at [https://github.com/prooph/event-store-http-api/issues](https://github.com/prooph/event-store-http-api/issues).\n- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) chat.\n\n## Contribute\n\nPlease feel free to fork and extend existing or add new plugins and send a pull request with your changes!\nTo establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.\n\n## License\n\nReleased under the [New BSD License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprooph%2Fhttplug-event-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprooph%2Fhttplug-event-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprooph%2Fhttplug-event-store/lists"}