Download the PHP package popcorn4dinner/string-format without Composer
On this page you can find all versions of the php package popcorn4dinner/string-format. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download popcorn4dinner/string-format
More information about popcorn4dinner/string-format
Files in popcorn4dinner/string-format
Download popcorn4dinner/string-format
More information about popcorn4dinner/string-format
Files in popcorn4dinner/string-format
Vendor popcorn4dinner
Package string-format
Short Description A non-opinionated implementation of the presenter pattern
License MIT
Package string-format
Short Description A non-opinionated implementation of the presenter pattern
License MIT
Please rate this library. Is it a good library?
Informations about the package string-format
- PHP String Format
A PHP library to change cases of strings. For example from CamelCase to snake_case.
** camel case
+BEGIN_SRC php
echo StringFormat::toCamelCase('it_works'); // itWorks
+END_SRC
** snake case
+BEGIN_SRC php
echo StringFormat::toSnakeCase('ItWorks'); // it_works
+END_SRC
** pascal case
+BEGIN_SRC php
echo StringFormat::toPascalCase('it_works'); // ItWorks
+END_SRC
All versions of string-format with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package popcorn4dinner/string-format contains the following files
Loading the files please wait ...