twig / string-extra
A Twig extension for Symfony String
v3.13.0
2024-09-03 13:08 UTC
Requires
- php: >=8.0.2
- symfony/string: ^5.4|^6.4|^7.0
- symfony/translation-contracts: ^1.1|^2|^3
- twig/twig: ^3.13|^4.0
Requires (Dev)
- symfony/phpunit-bridge: ^6.4|^7.0
- 4.x-dev
- 3.x-dev
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.1
- v3.3.0
- v3.2.1
- v3.1.1
- v3.1.0
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-BETA1
- 2.x-dev
- v2.16.0
- v2.15.6
- v2.15.5
- v2.15.0
- v2.14.9
- v2.14.8
- v2.14.7
- v2.14.5
- v2.14.4
- v2.14.3
- v2.14.2
- v2.14.1
- v2.14.0
- v2.13.1
- v2.13.0
- v2.12.5
- v2.12.4
- v2.12.3
- v2.12.2
- v2.12.1
This package is auto-updated.
Last update: 2024-11-03 14:09:04 UTC
README
This package is a Twig extension that provides integration with the Symfony String component. It provides the following filters:
-
u
: Wraps a text in aUnicodeString
object to give access to methods of the class. -
slug
: Wraps theAsciiSlugger
'sslug
method. -
singular
andplural
: Wraps theInflector
singularize
andpluralize
methods.