PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PHP Case Convert   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Case Convert
Convert strings between many naming conventions
Author: By
Last change:
Date: 4 years ago
Size: 1,018 bytes
 

Contents

Class file image Download
{ "name": "jawira/case-converter", "type": "library", "description": "Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.", "keywords": [ "Ada case", "Camel case", "Cobol case", "Dot notation", "Kebab case", "Lower case", "Macro case", "Pascal case", "Sentence case", "Snake case", "Title case", "Train case", "Upper case" ], "homepage": "https://jawira.github.io/case-converter/", "license": "MIT", "authors": [ { "name": "Jawira Portugal", "email": "dev@tugal.be", "homepage": "http://jawira.com/" } ], "require": { "php": "^7.1", "ext-mbstring": "*" }, "suggest": { "pds/skeleton": "PHP Package Development Standards", "phing/phing": "PHP Build Tool" }, "autoload": { "psr-4": { "Jawira\\CaseConverter\\": "src/" } } }