2017 © Pedro PelĂĄez
 

yii2-extension yii2-behaviors

A compilation of useful behaviors for the Yii2 framework.

image

jlorente/yii2-behaviors

A compilation of useful behaviors for the Yii2 framework.

  • Sunday, November 12, 2017
  • by jlorente
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Yii2 Behaviors (Development Phase)

A compilation of useful behaviors for the Yii2 framework., (*1)

Included Behaviors

ActiveOrderBehavior - A behavior to handle a sorting field in models of the same type. EnhancedAttributeBehavior - Acts like the attribute behavior but allows that attributes could depend on attributes in the related models., (*2)

Installation

Include the package as dependency under the composer.json file., (*3)

To install, either run, (*4)

$ php composer.phar require jlorente/yii2-behaviors "*"

or add, (*5)

...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-behaviors": "*"
    }

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

Usage

In construction, (*7)

License

Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com., (*8)

The Versions

12/11 2017

dev-master

9999999-dev https://github.com/jlorente/yii2-behaviors

A compilation of useful behaviors for the Yii2 framework.

  Sources   Download

MIT

by Jose Lorente Martin

yii2 behaviors order enhanced