oho60 / yii2-widget-number
Amount of money in thai
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-06-12 01:12:34 UTC
README
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist oho60/yii2-widget-number "dev-master"
or add
"oho60/yii2-widget-number": "dev-master"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
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'])=หนึ่งร้อยแปดสิบเก้าล้านเจ็ดแสนสองหมื่นสองพันบาทยี่สิบสตางค์