PHPackages                             altynbek07/emtypograph - 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/emtypograph

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

altynbek07/emtypograph
======================

Typograph by Evgeny Muravjev

v0.1.2(7y ago)04831BSD-3-ClausePHP

Since Apr 13Pushed 7y agoCompare

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

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

EMTypograph
===========

[](#emtypograph)

Typograph by Evgeny Muravjev

Official site typograph:

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

[](#installation)

### Composer

[](#composer)

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

Either run `composer require altynbek07/emtypograph:^0.1`

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

Using
-----

[](#using)

1. Running typograph with the default settings:

```
use altynbek07\emtypograph\EMTypograph;

$typograf = new EMTypograph();
$typograf->set_text("...Когда В. И. Пупкин увидел в газете ( это была &quot;Сермяжная правда&quot; № 45) рубрику Weather Forecast(r), он не поверил своим глазам - температуру обещали +-451F.");
$result = $typograf->apply();
echo "Настройки по умолчанию: " . $result . "\n";
```

2. Manually сonfiguring rules:

```
use altynbek07\emtypograph\EMTypograph;

$typograf = new EMTypograph();
$typograf->set_text("...Когда В. И. Пупкин увидел в газете ( это была &quot;Сермяжная правда&quot; № 45) рубрику Weather Forecast(r), он не поверил своим глазам - температуру обещали +-451F.");
$typograf->setup(array(
	'Text.paragraphs' => 'off',
	'OptAlign.oa_oquote' => 'off',
	'OptAlign.oa_obracket_coma' => 'off',
));
$result = $typograf->apply();
echo "Без параграфов, висячей пунктуации: " . $result . "\n";
```

3. Quick running typograph with default settings:

```
use altynbek07\emtypograph\EMTypograph;

$result = EMTypograph::fast_apply("...Когда В. И. Пупкин увидел в газете ( это была &quot;Сермяжная правда&quot; № 45) рубрику Weather Forecast(r), он не поверил своим глазам - температуру обещали +-451F.");
echo "Быстрый запуск: " . $result . "\n";
```

4. Quick running typograph with manual settings:

```
use altynbek07\emtypograph\EMTypograph;

$result = EMTypograph::fast_apply("...Когда В. И. Пупкин увидел в газете ( это была &quot;Сермяжная правда&quot; № 45) рубрику Weather Forecast(r), он не поверил своим глазам - температуру обещали +-451F.",array(
	'Text.paragraphs' => 'off',
	'OptAlign.oa_oquote' => 'off',
	'OptAlign.oa_obracket_coma' => 'off',
));
echo "Быстрый запуск настройками: " . $result . "\n";
```

5. Manually сonfiguring rules - use css classes instead of inline styles:

```
use altynbek07\emtypograph\EMTypograph;

$typograf = new EMTypograph();
$typograf->set_text("...Когда В. И. Пупкин увидел в газете ( это была &quot;Сермяжная правда&quot; № 45) рубрику Weather Forecast(r), он не поверил своим глазам - температуру обещали +-451F.");
$typograf->setup(array(
	'OptAlign.layout' => 'class',
));
$result = $typograf->apply();
echo "Классы вместо инлайн стилей: " . $result . "\n";
```

Author
------

[](#author)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

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

Total

3

Last Release

2704d ago

### Community

Maintainers

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

---

Tags

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[amranidev/laracombee

Recommendation system for laravel

11636.7k1](/packages/amranidev-laracombee)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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