jop-software / doctrine-uuid-generators

Generate UUIDs for your doctrine entities.
MIT License
1 stars 0 forks source link

Support all UuidV* types from `symfony/uid` #2

Closed cngJo closed 2 years ago

cngJo commented 2 years ago
cngJo commented 2 years ago

Currently there is no way to pass a namespace, required for UuidV3 and UuidV5.

Therefore we don't implement them right now.