2017 © Pedro Peláez
 

symfony-bundle twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

image

jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  • Sunday, April 15, 2018
  • by jasonroman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,808 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 15 % Grown

The README.md

Jason Roman's Twig Extension Bundle

Build Status, (*1)

This is a class that contains Twig filters. There are 5 filters:, (*2)

  • phone - displays a phone number in a specified format
  • price - essentially a PHP number_format() clone that adds '$' to the front
  • boolean - returns 'Yes'/'No' (or custom text) based on the boolean value of the variable
  • md5 - displays the md5 hash of the passed-in value
  • timeAgo - converts a time to time 'ago', such as 5 days ago, 27 seconds ago, 2 years ago

Installation

Add the bundle to your composer.json, (*3)

{
    "require": {
        "jasonroman/twig-extension-bundle": "1.0.*@dev"
    }
}

Register the bundle in app/AppKernel.php, (*4)

$bundles = array(
    // ...
    new JasonRoman\Bundle\TwigExtensionBundle\JasonRomanTwigExtensionBundle(),
);

Usage

{{ somePhone|phone }}
{{ someCurrency|price }}
{{ someValue|boolean }}
{{ someString|md5 }}
{{ someDate|timeAgo }}

The Versions

15/04 2018

dev-master

9999999-dev https://github.com/jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

twig twig extensions twig filters

09/04 2018

1.0.3

1.0.3.0 https://github.com/jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

twig twig extensions twig filters

01/09 2015

1.0.2

1.0.2.0 https://github.com/jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

twig twig extensions twig filters

19/07 2015

1.0.1

1.0.1.0 https://github.com/jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

twig twig extensions twig filters

15/04 2014

1.0

1.0.0.0 https://github.com/jasonroman/twig-extension-bundle

Jason Roman's Twig Extension Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

twig twig extensions twig filters