PHPackages                             fater/typography - 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. fater/typography

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

fater/typography
================

Simple way to make your text more typographer

1.0.0(3y ago)091MITPHPPHP &gt;=8.0

Since Mar 12Pushed 2y ago2 watchersCompare

[ Source](https://github.com/fater/typography)[ Packagist](https://packagist.org/packages/fater/typography)[ RSS](/packages/fater-typography/feed)WikiDiscussions master Synced 1mo ago

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

Make your text tidier with PHP Typography
=========================================

[](#make-your-text-tidier-with-php-typography)

[![GitHub Workflow Status](https://camo.githubusercontent.com/43f9da6e5aec41ebe39bdf09d103244d1b28414db4171b696af473bff887a182/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66617465722f7479706f6772617068792f72756e2d746573742e796d6c)](https://camo.githubusercontent.com/43f9da6e5aec41ebe39bdf09d103244d1b28414db4171b696af473bff887a182/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f66617465722f7479706f6772617068792f72756e2d746573742e796d6c)[![GitHub tag (latest by date)](https://camo.githubusercontent.com/8531873ebe8efe415063e4e5b4ec631cc5b5a6f0655514dce3a38e298b397ba6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f66617465722f7479706f677261706879)](https://camo.githubusercontent.com/8531873ebe8efe415063e4e5b4ec631cc5b5a6f0655514dce3a38e298b397ba6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f66617465722f7479706f677261706879)[![GitHub release](https://camo.githubusercontent.com/d4e20887057633a0d284c0bc75d439a9b3b0a93549efb5be7e7ea72a7c548814/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f66617465722f7479706f6772617068793f646973706c61795f6e616d653d72656c65617365)](https://camo.githubusercontent.com/d4e20887057633a0d284c0bc75d439a9b3b0a93549efb5be7e7ea72a7c548814/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f66617465722f7479706f6772617068793f646973706c61795f6e616d653d72656c65617365)[![GitHub code size in bytes](https://camo.githubusercontent.com/e592a0d641c8271246fa6d6ec64f814ff64b46d9505dd923c0c0243ecbc791d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f66617465722f7479706f677261706879)](https://camo.githubusercontent.com/e592a0d641c8271246fa6d6ec64f814ff64b46d9505dd923c0c0243ecbc791d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f66617465722f7479706f677261706879)[![GitHub](https://camo.githubusercontent.com/013212ef296cde8f9c85d6995e3c3daa8ccba8ce1b15ccca1b50053af17498f3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f66617465722f7479706f677261706879)](https://camo.githubusercontent.com/013212ef296cde8f9c85d6995e3c3daa8ccba8ce1b15ccca1b50053af17498f3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f66617465722f7479706f677261706879)[![PHP Version Require](https://camo.githubusercontent.com/b3ff8507dd5c7c1dcb9b1636325511a71c7bd24908f609d515cf8e6d76fe2166/687474703a2f2f706f7365722e707567782e6f72672f66617465722f7479706f6772617068792f726571756972652f706870)](https://packagist.org/packages/fater/typography)

"Typography" is an open source PHP software that automatically can format your text. It can place spaces and correct mechanical errors in the text, replace characters and brackets. This software can be useful for people who are engaged in the production and formatting of texts for public purposes, such as web pages, promotional materials, presentations, resumes, news, public posts, etc.

Using the "Typography" allows you to significantly reduce the time for correcting and formatting the text, since the service automatically processes all the necessary actions. In addition, "Typography" guarantees high accuracy and quality of correction, which helps to avoid punctuation errors.

This can be especially useful for professional writers, journalists, advertisers and other people whose work is related to text content.

Table Of Contents
=================

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage-examples)
- [Roadmap](#roadmap)
- [Changelog](#changelog)
- [License](#license)

Requirements
============

[](#requirements)

- PHP 8.0 or higher

Installation
============

[](#installation)

Install with composer:

```
composer require fater/typography
```

Usage Examples
==============

[](#usage-examples)

To run "Typography" with default formatting rules use this code example:

```
