Skip to content

dtatarnikov/yii2-vk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yii2-vk

Helper class to work with Vkontakte services and API.

Installation

Install package by composer

{
    "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

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

Use the following code to run widget in view:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages