Download the PHP package m-adamski/symfony-utils-bundle without Composer
On this page you can find all versions of the php package m-adamski/symfony-utils-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download m-adamski/symfony-utils-bundle
More information about m-adamski/symfony-utils-bundle
Files in m-adamski/symfony-utils-bundle
Package symfony-utils-bundle
Short Description A collection of additional tools for Symfony
License MIT
Informations about the package symfony-utils-bundle
Utils Bundle for Symfony
A collection of additional Symfony 4 tools that are small enough to create separate packages for them.
This bundle is compatible with Symfony 4.1 and Symfony 5.0. Symfony 3.4 compatibility abandoned.
Installation
This bundle can be installed by Composer:
What's included?
The package includes the following tools and helpers:
Name | Category | Description |
---|---|---|
AssetHashExtension | Twig Extension | The tool adds an MD5 checksum to the indicated resource |
SymfonyStyle | Console Symfony Style | Console Symfony Style with additional functionalities |
AssetHashExtension
An additional Twig function named asset_hash
is registered, which inserts the path to the indicated resource, and additionally inserts the MD5 checksum of the resource.
Example:
The result of the function will be the path to the resource and its checksum.
SymfonyStyle
A class that extends the capabilities of the core Symfony Console Style. It contains additional functions that will help in the presentation of information returned to the user.
License
MIT
All versions of symfony-utils-bundle with dependencies
symfony/asset Version ^4.1|^5.0
symfony/console Version ^4.1|^5.0
symfony/framework-bundle Version ^4.1|^5.0
symfony/twig-bundle Version ^4.1|^5.0