Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.34 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.34 KB

NameCase SensioLabsInsight

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A library for converting strings to be properly cased. This is good for converting denormalized data to human friendly data.

Install

Via Composer

$ composer require tamtamchik/namecase

Usage

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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