Version 2 to 3¶
While we have made significant internal changes to the library, we have made every effort to ensure a seamless upgrade path from the 2.x series of this library to 3.x.
One major breaking change is the transition from the Rhumsaa root namespace
to Ramsey. In most cases, all you will need is to change the namespace to
Ramsey in your code, and everything will “just work.”
Note
For more details on the namespace change, including reasons for the change, read the blog post “Introducing ramsey/uuid”.
Here are full details on the breaking changes to the public API of this library:
All namespace references of
Rhumsaahave changed toRamsey. Simply change the namespace toRamseyin your code and everything should work.The console application has moved to ramsey/uuid-console. If using the console functionality, use Composer to require
ramsey/uuid-console.The Doctrine field type mapping has moved to ramsey/uuid-doctrine. If using the Doctrine functionality, use Composer to require
ramsey/uuid-doctrine.