2017 © Pedro Peláez
 

yii2-extension yii2-widget-number

Amount of money in thai

image

oho60/yii2-widget-number

Amount of money in thai

  • Monday, September 11, 2017
  • by charin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

composer require --prefer-dist oho60/yii2-widget-number "dev-master"

or add, (*3)

"oho60/yii2-widget-number": "dev-master"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply use it in your code by :, (*5)

 echo \oho\number\Number::widget(['type'=>'thaiBaht','number'=>'123'])  =หนึ่งร้อยยี่สิบสามบาทถ้วน
 echo \oho\number\Number::widget(['type'=>'thaiBaht','number'=>'1897220.89'])   =หนึ่งล้านแปดแสนเก้าหมื่นเจ็ดพันสองร้อยยี่สิบบาทแปดสิบเก้าสตางค์
 echo \oho\number\Number::widget(['type'=>'thaiBaht','number'=>'189722000.20'])=หนึ่งร้อยแปดสิบเก้าล้านเจ็ดแสนสองหมื่นสองพันบาทยี่สิบสตางค์

The Versions

11/09 2017

dev-master

9999999-dev

Amount of money in thai

  Sources   Download

Apache-2.0

The Requires

 

by Avatar charin

extension yii2