Download the PHP package prooph/event-store-http-client without Composer
On this page you can find all versions of the php package prooph/event-store-http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/event-store-http-client
More information about prooph/event-store-http-client
Files in prooph/event-store-http-client
Package event-store-http-client
Short Description Event Store HTTP Client
License BSD-3-Clause
Informations about the package event-store-http-client
Prooph Event Store HTTP Client
PHP 7.2 Event Store HTTP Client Implementation.
Overview
Prooph Event Store HTTP Client supports communication via HTTP to EventStore.
For usage in async event loop, use the TCP Connection instead.
Installation
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
Using docker:
Please refer to the documentation of eventstore.org.
See server section.
In the docker-folder you'll find three different docker-compose setups (single node, 3-node-cluster and 3-node-dns-cluster).
Unit tests
Run the server with memory database
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 is on the prooph website.
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/event-store-http-client/issues.
- Say hello in the prooph gitter chat.
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
Released under the New BSD License.
All versions of event-store-http-client with dependencies
ext-json Version *
php-http/discovery Version ^1.1.1
php-http/httplug Version ^2.0
php-http/message Version ^1.7.1
php-http/message-factory Version ^1.0.2
prooph/event-store Version ^8.0.0-BETA-2
ramsey/uuid Version ^3.8