chinleung/laravel-str-accents-macro

A macro to clean accents from a string.

v1.0.0 2019-11-17 19:12 UTC

This package is auto-updated.

Last update: 2024-04-18 04:56:40 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

A macro to clean accented characters from a string.

Installation

You can install the package via composer:

composer require chinleung/laravel-str-accents-macro

Usage

Str::removeAccents('Hëllô Wörld'); // Hello World

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 hello@chinleung.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.