Work in progress, pre-alpha!!
composer require devtronic/bootstrap3-macro-bundle
In app/AppKernel.php:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
//...
new Devtronic\Bootstrap3MacroBundle\Bootstrap3MacroBundle(),
);
}{% import "Bootstrap3MacroBundle::macros.html.twig" as bootstrap %}