c4ys/doctrine-snowflakes-bundle
最新稳定版本:1.0.3
Composer 安装命令:
composer require c4ys/doctrine-snowflakes-bundle
包简介
This Bundle provides an Snowflake-ID Generator for Doctrine
README 文档
README
This bundle provides a simple Snowflake ID Generator for Doctrine.
How To Use
Use as custom strategy inside your entity
/** * @var string * * @ORM\Id() * @ORM\GeneratedValue(strategy="CUSTOM") * @ORM\Column(type="bigint", unique=true, nullable=false) * @ORM\CustomIdGenerator(class="KaiGrassnick\DoctrineSnowflakeBundle\Generator\SnowflakeGenerator") */ private string $id;
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-14