2017 © Pedro Peláez
 

yii2-extension yii2-vk-api-driver

Module that enables send request to vk api for Yii Framework 2.0.

image

madurmanov/yii2-vk-api-driver

Module that enables send request to vk api for Yii Framework 2.0.

  • Wednesday, November 22, 2017
  • by madurmanov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

yii2-vk-api-driver

Module that enables send request to vk api for Yii Framework 2.0., (*1)

Installation

composer require madurmanov/yii2-vk-api-driver "@dev"

AccessToken

  • Create standalone app https://vk.com/apps
  • Execute next code with entered clientID parameter in module configuration
$VkApiDriver = Yii::$app->getModule('VkApiDriver');
var_dump($VkApiDriver->getAccessTokenUrl(['wall']));
  • Follow to link and get access token for configurate

Configuration

'modules' => [
  'VkApiDriver' => [
    'class' => 'madurmanov\VkApiDriver\Module',
    'clientID' => 0,
    'ownerID' => 0,
    'accessToken' => ''
  ]
]

Usage

$VkApiDriver = Yii::$app->getModule('VkApiDriver');
$VkApiDriver->request('wall.post', 'GET', [
  'owner_id' => $VkApiDriver->ownerID,
  'from_group' => 0,
  'message' => ''
], true);

License

yii2-vk-api-driver is released under the MIT License. See the bundled LICENSE.md for details., (*2)

The Versions

22/11 2017

dev-master

9999999-dev https://github.com/madurmanov/yii2-vk-api-driver

Module that enables send request to vk api for Yii Framework 2.0.

  Sources   Download

MIT

by Mikhail Durmanov

api social extension yii2 module vk