Registry / utility / symfony-twig-pack

symfony-twig-pack

JSON →
library1.0.1phppackagistunverified

A Twig pack for Symfony projects, bundling Twig and related dependencies.

composer require symfony/twig-pack
INSTALL
IMPORT
SIG · SYMFONY-TWIG-PACK
S
symfony-twig-pack
utilityphpv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Environment
use Twig\Environment;

Create a Twig environment and render a template.

use Twig\Environment; use Twig\Loader\FilesystemLoader; $loader = new FilesystemLoader('/path/to/templates'); $twig = new Environment($loader); echo $twig->render('index.html.twig', ['name' => 'World']);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
symfony-twig-pack — pip install symfony-twig-pack · libregistry