PHPackages                             mhlavac/diacritics-remover - 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. mhlavac/diacritics-remover

Abandoned → [symfony/string](/?search=symfony%2Fstring)Library[Utility &amp; Helpers](/categories/utility)

mhlavac/diacritics-remover
==========================

Diacritics Remover

1.0.1(10y ago)914.3kMITPHPPHP &gt;=5.5CI failing

Since Aug 25Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Diacritics Remover
==================

[](#diacritics-remover)

This package is abandoned, I suggest you use [symfony/string](https://packagist.org/packages/symfony/string) instead, it provides you with `AsciiSlugger` that provides similar functionality via `(new AsciiSlugger())->slug('Čokl běžel po džemu');`

[![Build Status](https://camo.githubusercontent.com/85645438773600e4ecb595ecf305c183e26a1af05d2fc7a259106a434e4d7fe0/68747470733a2f2f7472617669732d63692e6f72672f6d686c617661632f646961637269746963732d72656d6f7665722e737667)](https://travis-ci.org/mhlavac/diacritics-remover)

removes diacritics from strings

Example
-------

[](#example)

```
$original = 'Čokl běžel po džemu'

$remover = new DiacriticsRemover()
$output = $remover->parse($original);

echo $output; // Cokl bezel po dzemu
```

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

[](#installation)

via composer: `composer require mhlavac/diacritics-remover`

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~2 days

Total

2

Last Release

3910d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/743421?v=4)[Martin Hlavac](/maintainers/mhlavac)[@mhlavac](https://github.com/mhlavac)

---

Top Contributors

[![mhlavac](https://avatars.githubusercontent.com/u/743421?v=4)](https://github.com/mhlavac "mhlavac (9 commits)")[![cyqui](https://avatars.githubusercontent.com/u/651681?v=4)](https://github.com/cyqui "cyqui (1 commits)")

---

Tags

helperstringremoverdiacritics

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mhlavac-diacritics-remover/health.svg)

```
[![Health](https://phpackages.com/badges/mhlavac-diacritics-remover/health.svg)](https://phpackages.com/packages/mhlavac-diacritics-remover)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)[clausnz/php-helpers

A Collection of useful php helper functions.

388.7k](/packages/clausnz-php-helpers)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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