Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
cycle/entity-behavior-uuid
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The package provides an ability to useramsey/uuid as a Cycle ORM entity column type.
Install this package as a dependency using Composer.
composer require cycle/entity-behavior-uuid
They are randomly-generated and do not contain any information about the time they are created or the machine thatgenerated them.
useCycle\Annotated\Annotation\Column;useCycle\Annotated\Annotation\Entity;useCycle\ORM\Entity\Behavior\Uuid\Uuid4;useRamsey\Uuid\UuidInterface;#[Entity]#[Uuid4]class User{ #[Column(field:'uuid', type:'uuid', primary:true)]privateUuidInterface$uuid;}
You can find more information about Entity behavior UUIDhere.
The MIT License (MIT). Please seeLICENSE for more information.Maintained bySpiral Scout.
About
UUID behavior
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.
