2017 © Pedro Peláez
 

library fixed-width-bundle

image

giftcards/fixed-width-bundle

  • Thursday, April 9, 2015
  • by giftcards
  • Repository
  • 7 Watchers
  • 0 Stars
  • 462 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

GiftcardsFixedWidthBundle Build Status

Bundle that integrates the fixed width library into symfony, (*1)

Config

Default config

# Default configuration for extension with alias: "giftcards_fixed_width"
giftcards_fixed_width:
    spec_loader:
        paths:                []
        id:                   giftcards.fixed_width.spec_loader
    value_formatter_id:   giftcards.fixed_width.sprintf_value_formatter

by default the Resources/fixed_width dir inside all registered bundles is added to the paths. as well as app/Resources/{BundleName}/fixed_width/ dirs in the project as well as app/Resources/fixed_width. you can use the paths config above to add aditional dirs to search for specs., (*2)

you can change the service used to load the specs by changing the id param., (*3)

you can change the value formatter service used by changing the value_formatter_id config., (*4)

The Versions

09/04 2015