PHPackages                             prooph/httplug-event-store - 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/httplug-event-store

ActiveLibrary[API Development](/categories/api)

prooph/httplug-event-store
==========================

HTTP EventStore implementation using HTTP API

411[1 PRs](https://github.com/prooph/httplug-event-store/pulls)PHP

Since Jul 24Pushed 7y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Prooph httplug EventStore implementation using HTTP API
=======================================================

[](#prooph-httplug-eventstore-implementation-using-http-api)

[![Build Status](https://camo.githubusercontent.com/8e0c7997c39d330de571e66ca23057741ca9d3da7e57421fa5196f4b5fc10ae9/68747470733a2f2f7472617669732d63692e6f72672f70726f6f70682f687474706c75672d6576656e742d73746f72652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prooph/httplug-event-store)[![Coverage Status](https://camo.githubusercontent.com/1359686d93a196f8d061550449c1d1f761c98eeff475a4546c743283cc793efa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f70726f6f70682f687474706c75672d6576656e742d73746f72652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/prooph/httplug-event-store?branch=master)[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/prooph/improoph)

Overview
--------

[](#overview)

Prooph Event Store is capable of persisting event messages that are organized in streams. `Prooph\EventStore\EventStore`itself is a facade for different persistence adapters (see the list below) and adds event-driven hook points for `Prooph\EventStore\Plugin\Plugin`s which make the Event Store highly customizable.

The httplug event store is an implementation that uses httplug to communicate with the [HTTP-API](https://github.com/prooph/event-store-http-api/).

Usage
-----

[](#usage)

This example uses Guzzle6 httplug adapter

```
$httplug = new \Http\Adapter\Guzzle6\Client();
$eventStore = new \Prooph\EventStore\Httplug($httpPlug, $options);

$streamEvents =$eventStore->load(new StreamName('test-stream'));
```

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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7341005?v=4)[prooph](/maintainers/prooph)[@prooph](https://github.com/prooph)

---

Top Contributors

[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (6 commits)")[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (3 commits)")

---

Tags

apicqrsevent-sourcingevent-storehttphttplugphpprooph

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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