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 1mo ago

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

1930d 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

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[omines/datatables-bundle

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

2851.4M6](/packages/omines-datatables-bundle)[onurb/doctrine-yuml-bundle

Symfony Bundle to visualize the mapping of your entities with Yuml

4198.6k](/packages/onurb-doctrine-yuml-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.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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