Download the PHP package jawira/case-converter-twig without Composer
On this page you can find all versions of the php package jawira/case-converter-twig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jawira/case-converter-twig
More information about jawira/case-converter-twig
Files in jawira/case-converter-twig
Download jawira/case-converter-twig
More information about jawira/case-converter-twig
Files in jawira/case-converter-twig
Vendor jawira
Package case-converter-twig
Short Description 🔤 Twig extension for Case Converter
License MIT
Package case-converter-twig
Short Description 🔤 Twig extension for Case Converter
License MIT
Please rate this library. Is it a good library?
Informations about the package case-converter-twig
🔤 Twig extension for Case Converter
This Twig extension is port from jawira/case-converter.
Usage
This library provides the following filters:
from_ | to_ |
---|---|
from_auto |
|
from_ada |
to_ada |
from_camel |
to_camel |
from_cobol |
to_cobol |
from_dot |
to_dot |
from_kebab |
to_kebab |
from_lower |
to_lower |
from_macro |
to_macro |
from_pascal |
to_pascal |
from_sentence |
to_sentence |
from_snake |
to_snake |
from_title |
to_title |
from_train |
to_train |
from_uppder |
to_upper |
Use a to_*
filter to automatically change the
casing convention of a string:
Optionally, you can call a from_*
filter to specify the casing convention of input string:
How to install
Install with Composer:
If you are not using Symfony Flex, you also have to register the extension:
Contributing
If you liked this project, ⭐ star it on GitHub.
License
This library is licensed under the MIT license.
Packages from jawira
- jawira/case-converter
- 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.
- jawira/emoji-catalog
- Get access to +3000 emojis as class constants.
- more...
All versions of case-converter-twig with dependencies
PHP Build Version
Package Version
The package jawira/case-converter-twig contains the following files
Loading the files please wait ....