PHPackages                             prooph/event-store-http-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. prooph/event-store-http-client

ActiveLibrary[API Development](/categories/api)

prooph/event-store-http-client
==============================

Event Store HTTP Client

v1.0.0-BETA-3(7y ago)2532.8k↓80%5[5 issues](https://github.com/prooph/event-store-http-client/issues)2BSD-3-ClausePHPPHP ^7.2CI failing

Since Jan 26Pushed 5y ago6 watchersCompare

[ Source](https://github.com/prooph/event-store-http-client)[ Packagist](https://packagist.org/packages/prooph/event-store-http-client)[ RSS](/packages/prooph-event-store-http-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (13)Versions (4)Used By (2)

Prooph Event Store HTTP Client
==============================

[](#prooph-event-store-http-client)

PHP 7.2 Event Store HTTP Client Implementation.

[![Build Status](https://camo.githubusercontent.com/af5606e4ed1a8205623ed41af2245ed76400ee3f11e0b384b1650309d4de3e02/68747470733a2f2f7472617669732d63692e6f72672f70726f6f70682f6576656e742d73746f72652d687474702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prooph/event-store-http-client)[![Coverage Status](https://camo.githubusercontent.com/8fa3b4fcd46596e20fec670ecf8dd2b22a3f83bfe3205d4cec1c6b9dd6c89cd3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f70726f6f70682f6576656e742d73746f72652d687474702d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/prooph/event-store-http-client?branch=master)[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/prooph/improoph)

Overview
--------

[](#overview)

Prooph Event Store HTTP Client supports communication via HTTP to [EventStore](https://eventstore.org/).

For usage in async event loop, use the [TCP Connection](https://github.com/prooph/event-store-client) instead.

Installation
------------

[](#installation)

### Client

[](#client)

You can install prooph/event-store-http-client via composer by adding `"prooph/event-store-http-client": "dev-master"` as requirement to your composer.json.

### Server

[](#server)

Using docker:

```
docker run --name eventstore-node -it -p 2113:2113 -p 1113:1113 eventstore/eventstore
```

Please refer to the documentation of [eventstore.org](https://eventstore.org).

See [server section](https://eventstore.org/docs/server/index.html).

In the docker-folder you'll find three different docker-compose setups (single node, 3-node-cluster and 3-node-dns-cluster).

Unit tests
----------

[](#unit-tests)

Run the server with memory database

```
./run-node.sh --run-projections=all --mem-db
```

```
./vendor/bin/phpunit
```

Those are tests that only work against an empty database and can only be run manually.

Before next run, restart the server. This way you can always start with a clean server.

Documentation
-------------

[](#documentation)

Documentation is on the [prooph website](http://docs.getprooph.org/).

Support
-------

[](#support)

- Ask questions on Stack Overflow tagged with [\#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at .
- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) chat.

Contribute
----------

[](#contribute)

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License
-------

[](#license)

Released under the [New BSD License](LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Total

3

Last Release

2560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b633be52465d4aa057f04a7dd7ae8e9bb8ad0245c029550252a95eec395f85f4?d=identicon)[prooph](/maintainers/prooph)

---

Top Contributors

[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (133 commits)")[![enumag](https://avatars.githubusercontent.com/u/539462?v=4)](https://github.com/enumag "enumag (12 commits)")

---

Tags

dddevent-sourcingevent-storeeventsourcingeventstorephpproophdddproophEventSourcingEventStore

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prooph-event-store-http-client/health.svg)

```
[![Health](https://phpackages.com/badges/prooph-event-store-http-client/health.svg)](https://phpackages.com/packages/prooph-event-store-http-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prooph/event-store

Event Store v8

5471.5M40](/packages/prooph-event-store)[prooph/event-store-client

Event Store Client for async TCP connections

115134.6k2](/packages/prooph-event-store-client)[prooph/event-store-symfony-bundle

109253.5k8](/packages/prooph-event-store-symfony-bundle)[prooph/event-sourcing

PHP EventSourcing library

267808.5k18](/packages/prooph-event-sourcing)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
