{"id":28543953,"url":"https://github.com/prooph/event-store-http-client","last_synced_at":"2026-03-16T21:33:07.637Z","repository":{"id":56091552,"uuid":"161046631","full_name":"prooph/event-store-http-client","owner":"prooph","description":"PHP 7.2 Event Store HTTP Client Implementation","archived":false,"fork":false,"pushed_at":"2020-11-25T22:30:18.000Z","size":361,"stargazers_count":25,"open_issues_count":5,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-09T22:06:26.058Z","etag":null,"topics":["ddd","event-sourcing","event-store","eventsourcing","eventstore","php","prooph"],"latest_commit_sha":null,"homepage":"","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":"CHANGELOG.md","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":"2018-12-09T14:16:24.000Z","updated_at":"2023-07-18T07:44:28.000Z","dependencies_parsed_at":"2022-08-15T13:00:43.013Z","dependency_job_id":null,"html_url":"https://github.com/prooph/event-store-http-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/prooph/event-store-http-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fevent-store-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fevent-store-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fevent-store-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fevent-store-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prooph","download_url":"https://codeload.github.com/prooph/event-store-http-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Fevent-store-http-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260890534,"owners_count":23077861,"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","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":["ddd","event-sourcing","event-store","eventsourcing","eventstore","php","prooph"],"created_at":"2025-06-09T22:06:23.498Z","updated_at":"2026-03-16T21:33:02.618Z","avatar_url":"https://github.com/prooph.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prooph Event Store HTTP Client\n\nPHP 7.2 Event Store HTTP Client Implementation.\n\n[![Build Status](https://travis-ci.org/prooph/event-store-http-client.svg?branch=master)](https://travis-ci.org/prooph/event-store-http-client)\n[![Coverage Status](https://coveralls.io/repos/github/prooph/event-store-http-client/badge.svg?branch=master)](https://coveralls.io/github/prooph/event-store-http-client?branch=master)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/prooph/improoph)\n\n## Overview\n\nProoph Event Store HTTP Client supports communication via HTTP to [EventStore](https://eventstore.org/).\n\nFor usage in async event loop, use the [TCP Connection](https://github.com/prooph/event-store-client) instead.\n\n## Installation\n\n### Client\n\nYou can install prooph/event-store-http-client via composer by adding `\"prooph/event-store-http-client\": \"dev-master\"` as requirement to your composer.json.\n\n### Server\n\nUsing docker:\n\n```bash\ndocker run --name eventstore-node -it -p 2113:2113 -p 1113:1113 eventstore/eventstore\n```\n\nPlease refer to the documentation of [eventstore.org](https://eventstore.org).\n\nSee [server section](https://eventstore.org/docs/server/index.html).\n\nIn the docker-folder you'll find three different docker-compose setups (single node, 3-node-cluster and 3-node-dns-cluster).\n\n## Unit tests\n\nRun the server with memory database\n\n```console\n./run-node.sh --run-projections=all --mem-db\n```\n\n```console\n./vendor/bin/phpunit\n```\n\nThose are tests that only work against an empty database and can only be run manually.\n\nBefore next run, restart the server. This way you can always start with a clean server.\n\n## Documentation\n\nDocumentation is on the [prooph website](http://docs.getprooph.org/).\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-client/issues](https://github.com/prooph/event-store-http-client/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%2Fevent-store-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprooph%2Fevent-store-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprooph%2Fevent-store-http-client/lists"}