Skip to content

Instantly share code, notes, and snippets.

@jflefebvre
Created April 9, 2015 20:14
Show Gist options
  • Save jflefebvre/6846d2125a67bbefb696 to your computer and use it in GitHub Desktop.
Save jflefebvre/6846d2125a67bbefb696 to your computer and use it in GitHub Desktop.
Twig Timer config
$app['twig'] = $app->extend("twig", function (\Twig_Environment $twig, Silex\Application $app) {
$twig->addExtension(new MyApp\Helpers\TwigTimer($app));
return $twig;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment