Looking to hire Laravel developers? Try LaraJobs

laravel-str-accents-macro maintained by chinleung

Description
A macro to clean accents from a string.
Author
Last update
2019/11/17 20:12 (dev-master)
License
Downloads
479
Tags

Comments
comments powered by Disqus

Str Accents Macro

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.