xi / transliterator
A transliteration abstraction library
Installs: 100 986
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.4
Requires (Dev)
- ext-intl: *
- ext-translit: *
- phpunit/phpunit: 4.0.*
Suggests
- ext-intl: For intl transliteration
- ext-translit: For translit transliteration (OSX seems not to work)
This package is not auto-updated.
Last update: 2024-11-04 15:09:40 UTC
README
About
Simple transliterator abstraction for PHP. To used by, for example, slugifiers.
At this stage it's meant to transliterate weirdo Roman alphabety languages with umlauts and other evil characters to non-evil (sluggable) strings. More may follow.
Supports:
- Stupid transliterator for dev / people with no suitable PHP extension
- PECL transliterator. Does not seem to work with Macs.
- Intl transliterator. Hardcore.
Future
Pull and feature request are accepted!