Skip to content

suver/yii2-integrator

Repository files navigation

Integrator for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "suver/yii2-integrator" "*"

or add

"suver/yii2-integrator" : "*"

to the require section of your application's composer.json file.

Usage