I have some entities coming from an Oracle Database which uses SYS_GUID generated ids, I want to know if it is possible to generate similar identifiers using PHP for my new entities.
Of course, I don't have access to the DB, I need to create them using PHP only.
Update: I am using a Linux env
Thanks