2017 © Pedro Peláez
 

library vkontakteclient

Simple client for Vkontakte API

image

alxmsl/vkontakteclient

Simple client for Vkontakte API

  • Monday, January 25, 2016
  • by alxmsl
  • Repository
  • 2 Watchers
  • 1 Stars
  • 237 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Vkontakte API Client

Simple client for Vkontakte API, (*1)

Installation

Require packet in a composer.json, (*2)

"alxmsl/vkontakteclient": ">=1.0.0"

Run Composer: php composer.phar install, (*3)

Non-secure method call example

// Create API client
$Client = new \Vkontakte\Client\API\Client();

// Non-secure method call
$Result = $Client->callNotSecure('users.get', array(
    'user_ids' => '5103,15380059',
));

// Show result
var_dump($Result);

License

Copyright © 2014 Alexey Maslov alexey.y.maslov@gmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details., (*4)

The Versions

25/01 2016

dev-master

9999999-dev

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

vkontakte vk vkontakte-api vk-api

15/01 2016

v1.0.4

1.0.4.0

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

vkontakte vk vkontakte-api vk-api

27/02 2015

v1.0.3

1.0.3.0

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

vkontakte vk vkontakte-api vk-api

12/12 2014

v1.0.2

1.0.2.0

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

vkontakte vk vkontakte-api vk-api

12/07 2014

v1.0.1

1.0.1.0

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

vkontakte vk vkontakte-api vk-api

12/07 2014

v1.0.0

1.0.0.0

Simple client for Vkontakte API

  Sources   Download

WTFPL

The Requires

 

by Avatar alxmsl

api vkontakte vkontakte-api