crocone/namecase

v1.0.2 2019-02-16 17:26 UTC

This package is auto-updated.

Last update: 2024-04-17 10:59:08 UTC


README

Either run

php composer.phar require --prefer-dist crocone/namecase "*"

or add

"crocone/namecase" : "*"

to the require section of your composer.json.

Usage

$nc = new NCLNameCaseRu();
print_r($nc->qFirstName("Николай"));