2017 © Pedro Peláez
 

yii2-extension yii2-json-attribute-behavior

Yii2 Behavior for encode and decode json stored attributes

image

kfreiman/yii2-json-attribute-behavior

Yii2 Behavior for encode and decode json stored attributes

  • Wednesday, May 25, 2016
  • by k.freiman
  • Repository
  • 1 Watchers
  • 4 Stars
  • 3,487 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

yii2-json-attribute-behavior

Yii2 Behavior for encode and decode json stored attributes, (*1)

Instalation

composer require kfreiman/yii2-json-attribute-behavior "dev-master", (*2)

Use


public function behaviors() { return [ 'jsonAttributes' => [ 'class' => JsonAttributeBehavior::className(), 'attributes' => [ 'attrJson' => 'attr' ], ], ]; }

The Versions

25/05 2016

dev-master

9999999-dev https://github.com/kfreiman/yii2-json-attribute-behavior

Yii2 Behavior for encode and decode json stored attributes

  Sources   Download

MIT

The Requires

 

json yii2 array yii behavior serialize attributes encode decode attribute serialized

10/02 2016

v0.1

0.1.0.0 https://github.com/kfreiman/yii2-json-attribute-behavior

Yii2 Behavior for encode and decode json stored attributes

  Sources   Download

MIT

The Requires

 

json yii2 array yii behavior serialize attributes encode decode attribute serialized