Download the PHP package sauls/components-bundle without Composer
On this page you can find all versions of the php package sauls/components-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sauls/components-bundle
More information about sauls/components-bundle
Files in sauls/components-bundle
Package components-bundle
Short Description All Sauls components bundle for Symfony framework
License MIT
Informations about the package components-bundle
Sauls Components Bundle
All Sauls components bundle for Symfony framework.
This bundle integrates the following packages:
Requirements
PHP >= 7.2
Installation
Using composer
If you are using Symfony flex the bundle will be auto registered.
Apppend the composer.json file manually
Register bundle
If you are using symfony/flex the bundle will be auto registered for you. Otherwise append your bundles.php file.
Full configuration
Helpers in twig
Widgets support
Create your widget(s)
Register them to container
Or if you are using autowire feature, you don't need to do anything it will be added automatically.
Views
Create your own view(s)
Register them to container
Or if you are using autowire feature, you don't need to do anything it will be added automatically.
Additional collection type converters
Create your converter(s)
Register them to container
Or if you are using autowire feature, you don't need to do anything it will be added automatically.
After that you can use your new converter convert_to(1, 'string')
.
All versions of components-bundle with dependencies
symfony/framework-bundle Version ^4.0 || ^5.0
symfony/twig-bundle Version ^4.0 || ^5.0
sauls/helpers Version ^1.0
sauls/collections Version ^1.0
sauls/options-resolver Version ^1.0
sauls/widget Version ^1.0