2017 © Pedro Peláez
 

cakephp-plugin numbers_to_words

A helper for converting numbers into words

image

davidyell/numbers_to_words

A helper for converting numbers into words

  • Tuesday, April 11, 2017
  • by davidyell
  • Repository
  • 1 Watchers
  • 0 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 27 % Grown

The README.md

NumbersToWordsHelper

A helper for CakePHP3 to convert numbers into words., (*1)

Have you ever wanted to use a number as a css class? Or title items in a loop, but number just look messy? I have, and so I made this quick plugin to solve that problem., (*2)

Installation

You can find the plugin listed on Packagist.
https://packagist.org/packages/davidyell/numbers_to_words, (*3)

You can use this to require it into your CakePHP 3 project by adding it to your composer.json file., (*4)

Configuration

You need to load the plugin in your config/bootstrap.php Plugin::load('NumbersToWords');, (*5)

You'll need to add it to your controllers helpers array and configure your locale., (*6)

public $helpers = [
    'NumbersToWords.NumbersToWords' => [
        'locale' => 'en_GB'
    ]
];

Usage

<?= $this->NumbersToWords->spell(5); // 'five';?>

Contribution

If you would like to add more conversions, please fork and submit a pull request., (*7)

License

See LICENSE, (*8)

The Versions

11/04 2017

dev-master

9999999-dev https://github.com/davidyell/CakePHP3-NumbersToWords

A helper for converting numbers into words

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp helper conversion numbers words

10/10 2016

0.0.4

0.0.4.0 https://github.com/davidyell/CakePHP3-NumbersToWords

A helper for converting numbers into words

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp helper conversion numbers words

08/03 2016

0.0.3

0.0.3.0 https://github.com/davidyell/CakePHP3-NumbersToWords

A helper for converting numbers into words

  Sources   Download

MIT

cakephp helper conversion numbers words

05/01 2015

0.0.2

0.0.2.0 https://github.com/davidyell/CakePHP3-NumbersToWords

A helper for converting numbers into words

  Sources   Download

MIT

The Requires

 

cakephp helper conversion numbers words

30/10 2014

0.0.1

0.0.1.0 https://github.com/davidyell/CakePHP3-NumbersToWords

A helper for converting numbers into words

  Sources   Download

MIT

The Requires

 

cakephp helper conversion numbers words