PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Yuriy Tkachenko   PHP Person Name Case Corrector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Person Name Case Corrector
Correct the case of personal names
Author: By
Last change:
Date: 4 years ago
Size: 1,062 bytes
 

Contents

Class file image Download
{ "name": "tamtamchik/namecase", "type": "library", "description": "This package allows you to convert names into the correct case where possible.", "keywords": [ "tamtamchik", "namecase", "strings", "properly", "cased" ], "homepage": "https://github.com/tamtamchik/namecase", "license": "MIT", "authors": [ { "name": "Yuri Tkachenko", "email": "yuri.tam.tkachenko@gmail.com", "homepage": "http://tamtamchika.net" } ], "require": { "php": "^7.2", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^8.0", "scrutinizer/ocular": "^1.0" }, "autoload": { "psr-4": { "Tamtamchik\\NameCase\\": "src" } }, "scripts": { "tests": "vendor/bin/phpunit --testdox", "demo": "php examples/demo.php" }, "extra": { "branch-alias": { "dev-master": "2.0-dev", "1.0.x": "1.0.x-dev" } } }