PHPackages                             gubler/uuid-encoder-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gubler/uuid-encoder-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

gubler/uuid-encoder-bundle
==========================

This bundle provides Symfony integration for gubler/uuid-encoder.

v0.3.0(5y ago)054MITPHPPHP ^7.1 || ^8.0

Since Feb 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gubler/uuid-encoder-bundle)[ Packagist](https://packagist.org/packages/gubler/uuid-encoder-bundle)[ Docs](https://github.com/gubler/GublerUuidEncoderBundle)[ RSS](/packages/gubler-uuid-encoder-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

UuidEncoderBundle
=================

[](#uuidencoderbundle)

This bundle provides Symfony integration for gubler/uuid-encoder with some helper utilities and twig extensions.

This autowires/autoconfigures the following classes:

- `UuidEncoder`
- `UrlUuidEncoder`
- `FilesystemUuidEncoder`

Each has default character sets (which characters are used to encode the UUID). `UrlUuidEncoder` and `FilesystemUuidEncoder` are wrappers around `UuidEncoder` that define a default character set.

You can configure the character set for each class by updating the `config/packages/gubler_uuid_encoder.yaml` file (shown here with defaults:

```
gubler_uuid_encoder:
    charset:
        default: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
        url: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_~.
        filesystem: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
```

You can also use the following Twig extensions for encoding UUIDs in your templates:

```
{# data.id is a UUID #}

Encoded UUID with UuidEncoder is {{ data.id|uuidEncoder }}

Encoded UUID with UrlUuidEncoder is {{ data.id|urlUuid }}

Encoded UUID with FilesystemUuidEncoder is {{ data.id|filesystemUuid }}
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~122 days

Total

5

Last Release

1842d ago

PHP version history (2 changes)v0.1.0PHP ^7.1

v0.3.0PHP ^7.1 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![gubler](https://avatars.githubusercontent.com/u/3446?v=4)](https://github.com/gubler "gubler (9 commits)")

---

Tags

symfonybundleuuidgubler

### Embed Badge

![Health badge](/badges/gubler-uuid-encoder-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gubler-uuid-encoder-bundle/health.svg)](https://phpackages.com/packages/gubler-uuid-encoder-bundle)
```

PHPackages © 2026

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