PHPackages                             scitotec/url-decode-env-var-processor-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. scitotec/url-decode-env-var-processor-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

scitotec/url-decode-env-var-processor-bundle
============================================

Symfony Environment Variable Processor for decoding url-encoded strings

v1.0.0(3y ago)0352MITPHPPHP &gt;=7.2

Since Mar 14Pushed 3y ago2 watchersCompare

[ Source](https://github.com/scitotec/url-decode-env-var-processor-bundle)[ Packagist](https://packagist.org/packages/scitotec/url-decode-env-var-processor-bundle)[ RSS](/packages/scitotec-url-decode-env-var-processor-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ScitotecUrlDecodeEnvVarProcessorBundle
======================================

[](#scitotecurldecodeenvvarprocessorbundle)

A Symfony Bundle containing an [Environment Variable Processors](https://symfony.com/doc/current/configuration/env_var_processors.html) for decoding url-encoded strings.

Usage
-----

[](#usage)

Install and add the bundle:

```
composer require scitotec/url-decode-env-var-processor-bundle
```

You can use and combine it with other [Environment Variable Processors](https://symfony.com/doc/current/configuration/env_var_processors.html), e.g.:

```
# .env
MONGODB_URL="mongodb://db_user:db_pa%24%24word@127.0.0.1:27017/db_name"
```

```
# config/packages/mongodb.yaml
mongo_db_bundle:
    clients:
        default:
            hosts:
                - { host: '%env(string:key:host:url:MONGODB_URL)%', port: '%env(int:key:port:url:MONGODB_URL)%' }
            username: '%env(string:url_decode:key:user:url:MONGODB_URL)%' # ⬅️
            password: '%env(string:url_decode:key:pass:url:MONGODB_URL)%' # ⬅️
    connections:
        default:
            database_name: '%env(key:path:url:MONGODB_URL)%'
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1161d ago

### Community

Maintainers

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

---

Top Contributors

[![delbertooo](https://avatars.githubusercontent.com/u/923638?v=4)](https://github.com/delbertooo "delbertooo (3 commits)")

### Embed Badge

![Health badge](/badges/scitotec-url-decode-env-var-processor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scitotec-url-decode-env-var-processor-bundle/health.svg)](https://phpackages.com/packages/scitotec-url-decode-env-var-processor-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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