xi/transliterator

A transliteration abstraction library

v0.5.0 2014-03-29 09:58 UTC

This package is not auto-updated.

Last update: 2024-03-25 12:03:26 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!