2017 © Pedro Peláez
 

library formatter

A value formatter to display data to end users

image

benrowe/formatter

A value formatter to display data to end users

  • Tuesday, March 14, 2017
  • by benrowe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,644 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

Formatter

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Formatter is a real time value decorator system. It's designed to provide a consistent interface for formatting values, regardless of the method designed., (*2)

This allows for runtime formatting to be controlled via data rather than via code., (*3)

The formatter allows you to register & override formatter providers, giving you full control over the final output., (*4)

Install

Via Composer, (*5)

``` bash $ composer require benrowe/formatter, (*6)


## Usage ``` php $formatter = new Benrowe\Formatter\Formatter; $formatter->addFormatter('return', function($value) { return $value; });

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email ben.rowe.83@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

14/03 2017

dev-master

9999999-dev https://github.com/benrowe/formatter

A value formatter to display data to end users

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0

 

The Development Requires

output formatter view benrowe

14/03 2017

0.1.2

0.1.2.0 https://github.com/benrowe/formatter

A value formatter to display data to end users

  Sources   Download

MIT

The Requires

  • php ~5.4|~7.0

 

The Development Requires

output formatter view benrowe

04/08 2016

0.1.1

0.1.1.0

A value formatter to display data to end users

  Sources   Download

MIT

The Requires

 

output formatter view

29/07 2016

0.1.0

0.1.0.0

A value formatter to display data to end users

  Sources   Download

MIT

The Requires

 

output formatter view

02/03 2016

dev-feature/test

dev-feature/test

A value formatter to display data to end users

  Sources   Download

MIT

The Requires

 

output formatter view