Download the PHP package elleyeayeme/case-converter without Composer
On this page you can find all versions of the php package elleyeayeme/case-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elleyeayeme/case-converter
More information about elleyeayeme/case-converter
Files in elleyeayeme/case-converter
Download elleyeayeme/case-converter
More information about elleyeayeme/case-converter
Files in elleyeayeme/case-converter
Vendor elleyeayeme
Package case-converter
Short Description A converter for strings in most popular cases
License MIT
Package case-converter
Short Description A converter for strings in most popular cases
License MIT
Please rate this library. Is it a good library?
Informations about the package case-converter
Case Converter
This package allows strings in any of the popular formats (e.g. camel case and snake case) to be converted between one another.
Installation
Install the latest version with:
Basic Usage
See the Supported Formats section for a list of the tokens to pass to from()
and to()
for conversion.
Supported Formats
The formats supported at present are:
- Camel case (token:
camel
) i.e. thisIsCamelCase - Kebab case (token:
kebab
) i.e. this-is-kebab-case - Snake case (token:
snake
) i.e. this_is_snake_case - Studly caps (token:
studly
) i.e. ThisIsStudlyCaps - Standard text (token:
standard
) i.e. this is standard text
License
Case Converter is licensed under the MIT license.
All versions of case-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package elleyeayeme/case-converter contains the following files
Loading the files please wait ....