Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit e672f89

Browse files
committed
change: Mark that this package is now abandoned
1 parent baac587 commit e672f89

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
This package is abandoned
2+
=========================
3+
4+
This package is now abandoned and will not receive further updates. The underlying transliteration
5+
dataset it is based on has not been updated since 2016, and there are now better options available.
6+
Additionally, there are some complications around licensing (see #3) due to the mixed licenses of
7+
the original packages it was based on.
8+
9+
Suggested alternatives include:
10+
11+
* symfony/string for generating slugs
12+
* the native `Transliterator` class built into PHP's `ext-intl` for transliterating text.
13+
Unlike this package, that can also respect locale-dependent transliterations.
14+
* The `//TRANSLIT` feature of PHP's native `iconv()` extension (available by default)
15+
116
Behat Transliterator
217
====================
318

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "behat/transliterator",
3+
"abandoned": true,
34
"description": "String transliterator",
45
"keywords": [
56
"transliterator",

0 commit comments

Comments
 (0)