A library for converting strings to be properly cased. This is good for converting denormalized data to human friendly data.
Via Composer
$ composer require tamtamchik/namecase
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.