Download the PHP package jlinn/caseformat without Composer
On this page you can find all versions of the php package jlinn/caseformat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jlinn/caseformat
More information about jlinn/caseformat
Files in jlinn/caseformat
Download jlinn/caseformat
More information about jlinn/caseformat
Files in jlinn/caseformat
Vendor jlinn
Package caseformat
Short Description A PHP case formatting tool inspired by Google Guava's CaseFormat.
License MIT
Package caseformat
Short Description A PHP case formatting tool inspired by Google Guava's CaseFormat.
License MIT
Keywords caseformat
Please rate this library. Is it a good library?
Informations about the package caseformat
caseformat
A PHP case formatting tool inspired by Google Guava's CaseFormat.
Installation Using Composer
Assuming composer.phar is located in your project's root directory, run the following command:
Usage
The following case formats are supported:
Format | Example |
---|---|
LOWER_HYPHEN | foo-bar |
LOWER_UNDERSCORE | foo_bar |
LOWER_CAMEL | fooBar |
LOWER_SPACE | foo bar |
UPPER_CAMEL | FooBar |
UPPER_UNDERSCORE | FOO_BAR |
UPPER_SPACE | FOO BAR |
Conversion from LOWER_UNDERSCORE
to UPPER_CAMEL
, for example, is done like so:
In the example above, the value of $converted
would be "TestString"
.
All versions of caseformat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package jlinn/caseformat contains the following files
Loading the files please wait ....