2017 © Pedro Peláez
 

yii2-extension yii2-active-interaction

Manage business logic

image

bigdropinc/yii2-active-interaction

Manage business logic

  • Tuesday, September 12, 2017
  • by tv88dn
  • Repository
  • 1 Watchers
  • 2 Stars
  • 123 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Active Interaction

Extension to encapsulate business logic, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist bigdropinc/yii2-active-interaction "*"

or add, (*4)

"bigdropinc/yii2-active-interaction": "*"

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

Usage

Usage, (*6)

$post = (new CreatePost)([
    'user' => \Yii::$app->user->identity
])->run(\Yii::$app->request->post());

The Versions

12/09 2017

dev-master

9999999-dev

Manage business logic

  Sources   Download

BSD-3-Clause

The Requires

 

by Vadim Trunov

extension yii2 active interaction comand

11/09 2017

dev-fix_nested_validation_in_nested_trait

dev-fix_nested_validation_in_nested_trait

Manage business logic

  Sources   Download

BSD-3-Clause

The Requires

 

by Vadim Trunov

extension yii2 active interaction comand