Twig Extension Bundle for Symfony2

When creating PHP applications in Symfony2, I often reuse certain Twig filters across many of my projects. I created a bundle that contains these twig filters that are easily-installable via Composer. These include:

  • phone
  • price
  • boolean
  • md5
  • timeAgo

More explanation can be found in the code and on the README of the Repository.

You can also find the repository on Packagist.