Download the PHP package matthewbaggett/twig-extension-transform without Composer
On this page you can find all versions of the php package matthewbaggett/twig-extension-transform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download matthewbaggett/twig-extension-transform
More information about matthewbaggett/twig-extension-transform
Files in matthewbaggett/twig-extension-transform
Download matthewbaggett/twig-extension-transform
More information about matthewbaggett/twig-extension-transform
Files in matthewbaggett/twig-extension-transform
Vendor matthewbaggett
Package twig-extension-transform
Short Description Add the ability to transform from one case style to another programatically.
License GPL-3.0-or-later
Package twig-extension-transform
Short Description Add the ability to transform from one case style to another programatically.
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package twig-extension-transform
Twig-Transform
Add the ability to transform from one case style to another programatically.
Example:
{{ input|transform_camel_to_snake }}
will output this_is_an_example
for the input thisIsAnExample
Supported transformers:
Any combination of the following:
- Camel
thisIsAnExample
- Snake
this_is_an_example
- Screaming Snake
THIS_IS_AN_EXAMPLE
- Spinal
this-is-an-example
-
Studly Caps
ThisIsAnExample
using the format 'transform-
from
-to-target
'
Credits
Written ontop of the wonderful Camel package written by Matthieu Moquet
All versions of twig-extension-transform with dependencies
PHP Build Version
Package Version
The package matthewbaggett/twig-extension-transform contains the following files
Loading the files please wait ....