PHPackages                             it-blaster/typograph-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. it-blaster/typograph-bundle

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

it-blaster/typograph-bundle
===========================

The typograph bundle for Symfony based on E. Muravjev's Typograph

v1.0.3(10y ago)114.5k1MITPHPPHP &gt;=5.3.2

Since Mar 24Pushed 9y ago5 watchersCompare

[ Source](https://github.com/it-blaster/typograph-bundle)[ Packagist](https://packagist.org/packages/it-blaster/typograph-bundle)[ Docs](https://github.com/it-blaster/typograph-bundle)[ RSS](/packages/it-blaster-typograph-bundle/feed)WikiDiscussions master Synced 3d ago

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

Typograph bundle
================

[](#typograph-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/75e30f44344a8d9a4cdf80043d6247b6ba2d2378de7d83786301c1cdc0ce2a85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f7479706f67726170682d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/typograph-bundle/?branch=master) [![Build Status](https://camo.githubusercontent.com/718b72fbb9268ea51c00c8d106c0e5f5eb0385883b68c012712326b3bf4d4a96/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f7479706f67726170682d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/typograph-bundle/build-status/master) [![License](https://camo.githubusercontent.com/3bea72eac4a8cc6bf41595b2dd675faed63429ef47fa1459ca035448405d6bf0/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f7479706f67726170682d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/it-blaster/typograph-bundle) [![Total Downloads](https://camo.githubusercontent.com/9826d0cc3635016bd1e73224c3ea8971d575683fe308391bfd993a21513eb38a/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f7479706f67726170682d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/it-blaster/typograph-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/fc5d995a7f6a8cde017297afbbe42d0f18e8a219fcec7c2346da0e6645509f7e/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f7479706f67726170682d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/it-blaster/typograph-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/0a26b858225322ad5351f27ccfefbb1aed5cb61aadfd869afd18dfaf8b81032d/68747470733a2f2f706f7365722e707567782e6f72672f69742d626c61737465722f7479706f67726170682d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/it-blaster/typograph-bundle)

The typograph bundle for Symfony based on [E. Muravjev's Typograph](http://mdash.ru)

Installation
------------

[](#installation)

Add it-blaster/typograph-bundle to your `composer.json` file and run `composer`

```
...
"require": {
    "it-blaster/typograph-bundle": "1.0.*"
}
...
```

And register the bundle in your `AppKernel.php`

```
...
new Fenrizbes\TypographBundle\FenrizbesTypographBundle(),
...
```

Usage
-----

[](#usage)

The bundle contains a TwigExtension which can be used in your templates:

```
{{ content | typograph }}

```

Configuration
-------------

[](#configuration)

The bundle allows you to pass options that E. Muravjev's Typograph supports. You can use a default config, redefine it:

```
fenrizbes_typograph:
    configs:
        default:
            Text.paragraphs:           on
            OptAlign.oa_oquote:        off
            OptAlign.oa_obracket_coma: off
```

or define your configs:

```
fenrizbes_typograph:
    configs:
        default:
            Text.paragraphs:           off
            OptAlign.oa_oquote:        off
            OptAlign.oa_obracket_coma: off
        articles:
            Text.paragraphs: on
        news:
            Text.paragraphs: off
```

and use them where you need:

```
{{ article.content | typograph('articles') }}

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3966d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11211873?v=4)[Iaroslav Gashuk](/maintainers/fenrizbes)[@fenrizbes](https://github.com/fenrizbes)

---

Top Contributors

[![0x2f8f](https://avatars.githubusercontent.com/u/1362414?v=4)](https://github.com/0x2f8f "0x2f8f (1 commits)")

---

Tags

symfonytypograph

### Embed Badge

![Health badge](/badges/it-blaster-typograph-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/it-blaster-typograph-bundle/health.svg)](https://phpackages.com/packages/it-blaster-typograph-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)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9773.0k3](/packages/jbtronics-settings-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)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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