An open API service indexing awesome lists of open source software.

https://github.com/reisraff/accentuation

This repository works making a parser in some string replacing the accented characters
https://github.com/reisraff/accentuation

Last synced: 8 months ago
JSON representation

This repository works making a parser in some string replacing the accented characters

Awesome Lists containing this project

README

          

# Accentuation

[![Latest Stable Version](https://poser.pugx.org/reisraff/accentuation/v/stable)](https://packagist.org/packages/reisraff/accentuation) [![Total Downloads](https://poser.pugx.org/reisraff/accentuation/downloads)](https://packagist.org/packages/reisraff/accentuation) [![Latest Unstable Version](https://poser.pugx.org/reisraff/accentuation/v/unstable)](https://packagist.org/packages/reisraff/accentuation) [![License](https://poser.pugx.org/reisraff/accentuation/license)](https://packagist.org/packages/reisraff/accentuation) [![Build Status](https://travis-ci.org/reisraff/accentuation.svg?branch=master)](https://travis-ci.org/reisraff/accentuation)

This library works by replacing all accented characters to not accented characters.

**To use**

Add in your composer.json

```json
"require" : {
"reisraff/accentuation" : ">=2.0.2"
}
```

**Using in your code**

```php