2017 © Pedro Peláez
 

symfony-bundle financial-twig-extension-bundle

A simple Symfony Bundle that contains twig extensions for displaying financial information.

image

hostnet/financial-twig-extension-bundle

A simple Symfony Bundle that contains twig extensions for displaying financial information.

  • Tuesday, November 28, 2017
  • by eddypouw
  • Repository
  • 5 Watchers
  • 0 Stars
  • 4,026 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 37 % Grown

The README.md

financial-twig-extension-bundle

A simple Symfony Bundle that contains twig extensions for displaying financial information, (*1)

Installation

Install the latest version via composer:, (*2)

php composer.phar require hostnet/financial-twig-extension-bundle

Then add the bundle to your AppKernel bundles:, (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new \Hostnet\Bundle\FinancialTwigExtensionBundle\Bundle\HostnetFinancialTwigExtensionBundle(),
        // ...
    );
}

Usage

Currently, we support formatting International Bank Account Numbers (IBAN) for displaying on a page (a space for every four characters):, (*4)

{{ "NL85INGB0008523141"|formatIban }}

This will result in the following output:, (*5)

NL85 INGB 0008 5231 41

Requirements

PHP 7.3.x or above., (*6)

License

This library is licensed under the MIT License, meaning you can reuse the code within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice., (*7)

For more information, see the LICENSE file., (*8)

The Versions

28/11 2017

dev-master

9999999-dev

A simple Symfony Bundle that contains twig extensions for displaying financial information.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/11 2017

1.0.0

1.0.0.0

A simple Symfony Bundle that contains twig extensions for displaying financial information.

  Sources   Download

MIT

The Requires

 

The Development Requires