Download the PHP package kartik-v/yii2-number without Composer
On this page you can find all versions of the php package kartik-v/yii2-number. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kartik-v/yii2-number
More information about kartik-v/yii2-number
Files in kartik-v/yii2-number
Package yii2-number
Short Description Number control and format mask input for Yii2 Framework.
License BSD-3-Clause
Homepage https://github.com/kartik-v/yii2-number
Informations about the package yii2-number
yii2-number
Note
This extension replaces the yii2-money extension since Jan 2018. The yii2-money extension will not be enhanced further or supported.
A number control input for Yii2 Framework that uses the jQuery input mask plugin (available also via yii/widgets/MaskedInputAsset
) to render number input masks. This extension is similar to the DateControl extension for dates, and allows one to control the display and save formats for numbers. The extension thus allows one to setup a number format display mask, use currency prefixes if needed, and modify the decimals and thousand separators. It lastly allow the display fields to be auto calculated as numbers when stored into the database.
Refer detailed documentation and demos.
Release Updates
Refer the CHANGE LOG for updates and changes to various releases.
Install
Either run
or add
to the section of your composer.json
file.
Usage
License
yii2-number is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.