sauls / widget-bundle
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/sauls/components-bundle package instead.
Sauls Symfony Widget Bundle
Package info
github.com/sauls/SaulsWidgetBundle
Type:symfony-bundle
pkg:composer/sauls/widget-bundle
v1.0.4
2017-02-18 14:07 UTC
Requires
- php: >=7.0
- symfony/framework-bundle: ~2.8|~3.0|^3.1
- symfony/options-resolver: ~2.8|~3.0|^3.1
- symfony/twig-bundle: ~2.8|~3.0|^3.1
Requires (Dev)
- phpunit/phpunit: ^5.2
This package is not auto-updated.
Last update: 2018-02-25 18:11:22 UTC
README
Enables widget philosophy usage in the Symfony applications. It is simple but powerful functionality. The aim is to constantly reduce the twig extensions, and have the central place where all widgets reside for better reusability.
Installation
Using composer add the following entry into your compose.json file
{
"require": {
"sauls/widget-bundle": "^1.0"
}
}
Usage
For use cases read the documentation: