PHPackages                             wildwolf/wp-cyrtolat - 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. wildwolf/wp-cyrtolat

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

wildwolf/wp-cyrtolat
====================

WordPress plugin to transliterate cyrillic slugs into latin

3.0.1(4y ago)047[1 PRs](https://github.com/sjinks/wp-plugin-cyrtolat/pulls)MITPHPPHP ^7.3 || ^8.0CI passing

Since Dec 16Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/sjinks/wp-plugin-cyrtolat)[ Packagist](https://packagist.org/packages/wildwolf/wp-cyrtolat)[ Docs](https://github.com/sjinks/wp-plugin-cyrtolat)[ RSS](/packages/wildwolf-wp-cyrtolat/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (17)Versions (11)Used By (0)

wp-plugin-cyrtolat
==================

[](#wp-plugin-cyrtolat)

[![CI](https://github.com/sjinks/wp-plugin-cyrtolat/actions/workflows/ci.yml/badge.svg)](https://github.com/sjinks/wp-plugin-cyrtolat/actions/workflows/ci.yml)[![Static Code Analysis](https://github.com/sjinks/wp-plugin-cyrtolat/actions/workflows/static-code-analysis.yml/badge.svg)](https://github.com/sjinks/wp-plugin-cyrtolat/actions/workflows/static-code-analysis.yml)

WordPress plugin to transliterate Cyrillic slugs into Latin.

The plugin was written as a replacement to [cyr3lat](https://wordpress.org/plugins/cyr3lat/), which is no longer maintained and is vulnerable to SQL injection.

Unlike other plugins, this one does not use `sanitize_title` hook (which fires for many things other than post/page/term slugs), which reduces the risk of unwanted side effects.

The plugin uses `wp_insert_post_data`, `wp_insert_attachment_data`, and `get_sample_permalink`for posts/pages/attachments, and `wp_insert_term_data` / `wp_update_term_data` for terms.

The plugin provides three custom filters:

1. `wwcyrtolat_xlat_table`: allows for customization of the transliteration table.
2. `wwcyrtolat_xlat_re_table`: allows for customization of the regular expression-based transliteration table.
3. `transliterate_name`: this one allows to modify the transliterated name/slug.

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

[](#installation)

Run from the WordPress root directory:

```
composer require wildwolf/wp-cyrtolat
```

After that, please go to the Admin Dashboard =&gt; Plugins and activate the plugin.

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

[](#configuration)

Admin Dashboard =&gt; Options =&gt; WW CyrToLat

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance54

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 96.3% 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 ~170 days

Recently: every ~96 days

Total

9

Last Release

1708d ago

Major Versions

0.3.1 → 1.0.02020-08-15

1.0.0 → 2.0.02020-08-18

2.1.0 → 3.0.12021-09-06

PHP version history (2 changes)0.1PHP &gt;=7.0.0

3.0.1PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1079712?v=4)[wildwolf](/maintainers/wildwolf)[@wildwolf](https://github.com/wildwolf)

---

Top Contributors

[![sjinks](https://avatars.githubusercontent.com/u/7810770?v=4)](https://github.com/sjinks "sjinks (79 commits)")[![step-security-bot](https://avatars.githubusercontent.com/u/89328645?v=4)](https://github.com/step-security-bot "step-security-bot (3 commits)")

---

Tags

cyrillictransliterationwordpress-pluginpluginwordpresstransliteratecyrillic

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wildwolf-wp-cyrtolat/health.svg)

```
[![Health](https://phpackages.com/badges/wildwolf-wp-cyrtolat/health.svg)](https://phpackages.com/packages/wildwolf-wp-cyrtolat)
```

###  Alternatives

[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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