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
- Host: GitHub
- URL: https://github.com/reisraff/accentuation
- Owner: reisraff
- License: mit
- Created: 2015-01-25T16:56:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T19:09:45.000Z (over 4 years ago)
- Last Synced: 2025-02-02T06:11:19.232Z (8 months ago)
- Language: PHP
- Homepage: http://reisraff.github.io/accentuation
- Size: 611 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accentuation
[](https://packagist.org/packages/reisraff/accentuation) [](https://packagist.org/packages/reisraff/accentuation) [](https://packagist.org/packages/reisraff/accentuation) [](https://packagist.org/packages/reisraff/accentuation) [](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