PHPackages                             bubnov/part-translate-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. [Templating &amp; Views](/categories/templating)
4. /
5. bubnov/part-translate-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

bubnov/part-translate-bundle
============================

Bundle for Symfony3. Integrates twig filter for translating parts of the string

3.0.2(9y ago)029MITPHP

Since Sep 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bubnov-mikhail/part-translate-bundle)[ Packagist](https://packagist.org/packages/bubnov/part-translate-bundle)[ RSS](/packages/bubnov-part-translate-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

partTranslateBundle
===================

[](#parttranslatebundle)

Бандл для Symfony3 добавляет новый фильтр для twig шаблонизатора
----------------------------------------------------------------

[](#бандл-для-symfony3-добавляет-новый-фильтр-для-twig-шаблонизатора)

- Применяется к строке как фильтр в шаблоне
- Переводит все маркеры в строке, записанные в формате %\\S+%

### Установка

[](#установка)

---

```
Выполнить:
```sh
composer require bubnov/part-translate-bundle:~3.0
```

Добавить бандл в конфигурацию AppKernel
```php
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bubnov\PartTranslateBundle\BubnovPartTranslateBundle(),
        // ...
    );
}
```

```

### Использование

[](#использование)

---

В twig-шаблоне `twig {# Ваш шаблон #} Этот маркер требуется перевести: {{ 'markers.tobe.translate' | partTranslate }} `

### Credits

[](#credits)

Bundle code is written by Mikhail Bubnov

### License

[](#license)

This bundle is under the MIT license.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~57 days

Total

3

Last Release

3444d ago

### Community

Maintainers

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

---

Top Contributors

[![bubnov-mikhail](https://avatars.githubusercontent.com/u/5926697?v=4)](https://github.com/bubnov-mikhail "bubnov-mikhail (1 commits)")

---

Tags

symfony-bundletwig-extensionsymfonybundletranslatetwigfilterSymfony Bundleparts

### Embed Badge

![Health badge](/badges/bubnov-part-translate-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bubnov-part-translate-bundle/health.svg)](https://phpackages.com/packages/bubnov-part-translate-bundle)
```

###  Alternatives

[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36701.5k](/packages/yellowskies-qr-code-bundle)[cg/kint-bundle

This bundle lets you use the Kint function in your Twig templates. Kint is a print\_r() replacement which produces a structured, collapsible and escaped output

21125.8k1](/packages/cg-kint-bundle)[nucleos/antispam-bundle

This bundle provides some basic features to reduce spam in symfony forms.

52105.1k](/packages/nucleos-antispam-bundle)

PHPackages © 2026

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