2017 © Pedro Peláez
 

yii2-extension yii2-vk

Helper class to work with Vkontakte services and API

image

strong2much/yii2-vk

Helper class to work with Vkontakte services and API

  • Monday, August 1, 2016
  • by strong2much
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 20 % Grown

The README.md

yii2-vk

Helper class to work with Vkontakte services and API., (*1)

Installation

Install package by composer, (*2)

{
    "require": {
       "strong2much/yii2-vk": "dev-master"
    }
}

Or

$ composer require strong2much/yii2-vk "dev-master"

Use the following code in your configuration file. You can use different services, (*3)

'vk' => [
    'class' => 'strong2much\vk\Api'
]

Use the following code to run widget in view:, (*4)

echo strong2much\vk\widgets\ShareButtonWidget::widget([
    'url' => '',
]);

The Versions

01/08 2016

dev-master

9999999-dev https://github.com/strong2much/yii2-vk.git

Helper class to work with Vkontakte services and API

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 vkontakte vk