PHPackages                             c4ys/doctrine-snowflakes-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. c4ys/doctrine-snowflakes-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

c4ys/doctrine-snowflakes-bundle
===============================

This Bundle provides an Snowflake-ID Generator for Doctrine

1.0.3(5y ago)04MITPHPPHP ^7.4|^8.0

Since Jun 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/c4ys/doctrine-snowflakes-bundle)[ Packagist](https://packagist.org/packages/c4ys/doctrine-snowflakes-bundle)[ Docs](https://gitlab.com/kaigrassnickpublic/symfony/bundles/doctrine-snowflake-bundle)[ RSS](/packages/c4ys-doctrine-snowflakes-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

Doctrine Snowflake Bundle
=========================

[](#doctrine-snowflake-bundle)

This bundle provides a simple Snowflake ID Generator for Doctrine.

How To Use
----------

[](#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;
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~76 days

Total

4

Last Release

1982d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.0.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2965f41c7bd9fc137947cec8b633039885d0ae40d4fbc0f61cd1ecb30f51b12?d=identicon)[ning](/maintainers/ning)

---

Top Contributors

[![KaiGrassnick](https://avatars.githubusercontent.com/u/7880861?v=4)](https://github.com/KaiGrassnick "KaiGrassnick (6 commits)")[![c4ys](https://avatars.githubusercontent.com/u/1298951?v=4)](https://github.com/c4ys "c4ys (1 commits)")

---

Tags

symfonybundledoctrineSymfony Bundlesymfony5snowflake

### Embed Badge

![Health badge](/badges/c4ys-doctrine-snowflakes-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/c4ys-doctrine-snowflakes-bundle/health.svg)](https://phpackages.com/packages/c4ys-doctrine-snowflakes-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2841.5M6](/packages/omines-datatables-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
