indeev / asciify
This tool is used to convert any string containing letters with diacritics to string with ASCII (a-zA-Z) version of accented letters
Requires
- php: ^7.4|^8.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-29 06:06:21 UTC
README
This tool is used to convert any string containing letters with diacritics to string with ASCII (a-zA-Z) version of accented letters.
Installation
You can install the package via composer:
composer require indeev/asciify
Usage
Asciify::convert('Příliš žluťoučký kůň pěl ďábelské ódy.') // string: 'Prilis zlutoucky kun pel dabelske ody.'
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email katerinak@indeev.eu instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate by Beyond Code.