Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

UUID behavior

License

NotificationsYou must be signed in to change notification settings

cycle/entity-behavior-uuid

Latest Stable VersionBuild StatusScrutinizer Code QualityCodecov

The package provides an ability to useramsey/uuid as a Cycle ORM entity column type.

Installation

Install this package as a dependency using Composer.

composer require cycle/entity-behavior-uuid

Example

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.

License:

The MIT License (MIT). Please seeLICENSE for more information.Maintained bySpiral Scout.

About

UUID behavior

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp