networkteam / neos-util
networkteam utils for neos
Package info
github.com/networkteam/Networkteam.Neos.Util
Type:neos-package
pkg:composer/networkteam/neos-util
9.0.0
2025-07-31 18:51 UTC
Requires
- neos/flow: *
- neos/media: *
- neos/neos: ^9.0
This package is auto-updated.
Last update: 2026-06-06 11:04:48 UTC
README
Versions
| Neos CMS | Plugin Version | branch name |
|---|---|---|
| >= 2.0 | 1.x | 1.x |
| >= 3.0 | 2.x | 2.x |
| >= 4.0 | 5.x | 5.x |
| >= 7.0 | 7.x | |
| >= 8.0 | 8.x | |
| >= 9.0 | 9.x | master |
Fusion Objects
Networkteam.Neos.Util:ImageUriAndDimensions:**
Params:
- asset (required)
- width
- height
- maximumWidth
- maximumHeight
- allowCropping
- $allowUpScaling
Returns Array with Image uri, width and height (Keys: src, width, height)
Networkteam.Neos.Util:ResourceUri (not working in v 2.x)
Params:
- path
- localize
- cacheBuster
Returns Cachebusted Resource Uri
ViewHelper
SanitizedIdViewHelper
Params:
- string
Returns ID from given string (does not maintain uniqueness)
StrftimeViewHelper
Params:
- date
- format
Returns locally formatted DateTime
Eel Helper
Networkteam.Neos.Util.Caching.entityTags
Params:
- entities
- prefix
Returns array of prefixed caching entries for given entities
Networkteam.Neos.Util.String.nl2br
Params:
- string (required)
- is_xhtml
Converts line breaks to <br /> Tags