Skip to content

PHP package that converts names into the correct case where it is possible.

License

Notifications You must be signed in to change notification settings

tamtamchik/namecase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22b9ab7 · Jan 30, 2016

History

29 Commits
Jan 30, 2016
Jan 30, 2016
Jan 28, 2016
Jan 28, 2016
Jan 28, 2016
Jan 28, 2016
Jan 29, 2016
Jan 29, 2016
Jan 28, 2016
Jan 28, 2016
Jan 28, 2016
Jan 28, 2016
Jan 28, 2016
Jan 29, 2016
Jan 28, 2016

Repository files navigation

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.