FriendsOfOuro / geteventstore-php-core

PHP Client for Event Store HTTP API

Home Page:http://friendsofouro.github.io/geteventstore-php-core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project alive and kicking?

graste opened this issue · comments

Hi,

having a look at this repository I'm wondering whether it's still active? There's a fork by @tetsuobe with projection management support, that's not been incorporated via PR: https://github.com/tetsuobe/php-eventstore-client – It contains some non-automatically mergable changes in terms of vagrant vs. docker test setup iirc. There's another eventstore client project done by @rayrutjes (php7 only): https://github.com/rayrutjes/php-geteventstore-client

Basically I'm wondering what your take is on those three repositories and where things might by heading for EventStore support in the PHP world. :-)

Hello @graste, currently I'm using either MongoDB WiredTiger or PostgreSQL as event store so I'm not actively developing this project, but I'm fixing reported bugs and reviewing possibly incoming pull requests

Hi @graste, I'd recommend you to use @dbellettini 's repo. Even though my repo is well tested, it hasn't been used in production, so I wouldn't recommend it. I also feel that I would do my implementation differently if I had to do it again. Feels a bit over engineered right now.

Well neither my library has been used in production 😅

Thanks for the info! :-)