csanquer / twig-extra-bundle
Twig Extra Extensions Bundle
Installs: 335
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.2.0,<2.6
- symfony/twig-bundle: >=2.2.0,<2.6
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-10-26 13:12:30 UTC
README
This Bundle provide some extra tools for Twig in Symfony.
Currently, there is only an asset manager to render any javascript file or text all together at the same location in a base layout template.
Requirements
- PHP >= 5.3.3
- Twig >= 1.12
- Symfony >= 2.1
Documentation
For installation and usage refer to Resources/doc/index.md
Licensing
License LGPL 3
- Copyright (C) 2013 Charles Sanquer
This file is part of Csanquer TwigExtraBundle.
Csanquer TwigExtraBundle is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Csanquer TwigExtraBundle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Csanquer TwigExtraBundle. If not, see http://www.gnu.org/licenses/.