PHPackages                             altynbek07/yii2-typograph - 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. altynbek07/yii2-typograph

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

altynbek07/yii2-typograph
=========================

Yii2 typograph

v0.1.2(8y ago)095BSD-3-ClausePHP

Since Apr 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/altynbek07/yii2-typograph)[ Packagist](https://packagist.org/packages/altynbek07/yii2-typograph)[ RSS](/packages/altynbek07-yii2-typograph/feed)WikiDiscussions master Synced yesterday

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

Yii2 Typograph
==============

[](#yii2-typograph)

[Yii2](http://www.yiiframework.com) typograph behavior

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

[](#installation)

### Composer

[](#composer)

The preferred way to install this extension is through [Composer](http://getcomposer.org/).

Either run `composer require altynbek07/yii2-typograph:^0.1`

or add `"altynbek07/yii2-typograph": "^0.1"` to the require section of your `composer.json`

### Using

[](#using)

Attach the behavior in your model:

```
public function behaviors()
{
    return [
        'typograph' => [
            'class' => 'altynbek07\yii2Typograph\Typograph',
            'attributes' => 'text',
        ]
    ];
}
```

Typograph multiple attributes:

```
public function behaviors()
{
    return [
        'typograph' => [
            ...
            'attributes' => ['text', 'name'],
            ...
        ]
    ];
}
```

Author
------

[](#author)

[Altynbek Kazezov](https://github.com/altynbek07/), e-mail: [altinbek\_\_97@mail.ru](mailto:altinbek__97@mail.ru)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

3

Last Release

2940d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29eaf1b44ccd6f1aa01e8e33a1f79671aa8f3159569ed7970715efcc9a57cc64?d=identicon)[altynbek07](/maintainers/altynbek07)

---

Tags

phpyii2BehaviortypographtypographerтипографМуравьевevgenymuravjevевгений

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/altynbek07-yii2-typograph/health.svg)

```
[![Health](https://phpackages.com/badges/altynbek07-yii2-typograph/health.svg)](https://phpackages.com/packages/altynbek07-yii2-typograph)
```

PHPackages © 2026

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