2017 © Pedro Peláez
 

library int2eng

This library is to convert Integer to English

image

viva-yasu/int2eng

This library is to convert Integer to English

  • Thursday, February 4, 2016
  • by viva-yasu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Int2Eng

Int2Eng is a converter of the integer to English., (*1)

Install

$ php composer.phar require viva-yasu/int2eng:dev-master

or, (*2)

{
  "require": {
      "viva-yasu/int2eng": "dev-master"
  }
}

write the above in composer.json, (*3)

Usage

<?php

use VivaYasu\Int2Eng\Int2Eng;

require_once("vendor/autoload.php");

$int2eng = new Int2Eng(777);
echo $int2eng->get_eng(); // seven hundred and seventy seven

the param of this constructor is Integer to want to convert to English., (*4)

The Versions

04/02 2016

dev-master

9999999-dev https://github.com/viva-yasu/int2eng-php

This library is to convert Integer to English

  Sources   Download

MIT

The Development Requires

by Avatar viva-yasu

convert integer english written in english

04/02 2016

1.0.1

1.0.1.0 https://github.com/viva-yasu/int2eng-php

This library is to convert Integer to English

  Sources   Download

MIT

The Development Requires

by Avatar viva-yasu

convert integer english written in english

04/02 2016

1.0.0

1.0.0.0 https://github.com/viva-yasu/int2eng-php

This library is to convert Integer to English

  Sources   Download

MIT

The Development Requires

by Avatar viva-yasu

convert integer english written in english