php-extended/php-slugifier-ascii-transliterator

A slugifier that does ascii transliterations of unicode text


Keywords
php, slugifier, ascii, transliterator
License
MIT

Documentation

php-slugifier-ascii-transliterator

A slugifier that does ascii transliterations of unicode text.

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-slugifier-ascii-transliterator": "^2",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

You may use this library the following way :




License

MIT (See license file).