Download the PHP package mdmsoft/yii2-format-converter without Composer
On this page you can find all versions of the php package mdmsoft/yii2-format-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-format-converter
yii2-format-converter
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply modify your ActiveRecord class:
DateConverter Behavior
Use to convert date format from database format to logical format
then add attribute Date
to your model rules.
RelatedConverter Behavior
Convert id
to name
of related model
EnumConverter Behavior
Use to convert constant value to constant name.
EnumTrait
Use to get list of constant
All versions of yii2-format-converter with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0
The package mdmsoft/yii2-format-converter contains the following files
Loading the files please wait ....