Security update for permissions_by_term
[yaffs-website] / vendor / behat / transliterator / README.md
1 Behat Transliterator
2 ====================
3
4 Behat Transliterator provides transliteration utilities for PHP.
5
6 Transliteration data are ported from the [Perl Text-Unidecode module](http://search.cpan.org/~sburke/Text-Unidecode-0.04/lib/Text/Unidecode.pm).
7
8 [![License](https://poser.pugx.org/behat/transliterator/license.svg)](https://packagist.org/packages/behat/transliterator)
9 [![Build Status](https://travis-ci.org/Behat/Transliterator.svg)](https://travis-ci.org/Behat/Transliterator)
10 [![HHVM Status](http://hhvm.h4cc.de/badge/behat/transliterator.svg?branch=master)](http://hhvm.h4cc.de/package/behat/transliterator)
11 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Behat/Transliterator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Behat/Transliterator/?branch=master)
12 [![Code Coverage](https://scrutinizer-ci.com/g/Behat/Transliterator/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Behat/Transliterator/?branch=master)
13 [![Total Downloads](https://poser.pugx.org/behat/transliterator/downloads.svg)](https://packagist.org/packages/behat/transliterator)
14
15 Installation
16 ------------
17
18 The easiest way to install Behat is by using [Composer](https://getcomposer.org):
19
20 ```bash
21 $ composer require behat/transliterator
22 ```
23
24 Usage
25 -----
26
27 All features of the library are exposed as static public methods in the [``Behat\Transliterator\Transliterator`` class](src/Behat/Transliterator/Transliterator.php).