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

Uuid VO wrapper

fabiocarneiro opened this issue · comments

What is the advantage of having this UUID VO if in the end its using Ramsey implementation internally?

We don't want the client to explicitly depend on ramsey despite it's the "de facto" implementation

Then the client has to depend on another implementation? What is the difference?