Before creating any extension, always check if it has already been implemented.
The first thing one would have to do is define the extension class which will house the twig filters and/or functions.
<?php
namespace AppBundle\Twig;
class DemoExtension extends \Twig_Extension {
/**
...