Download the PHP package alxmsl/vkontakteclient without Composer
On this page you can find all versions of the php package alxmsl/vkontakteclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alxmsl/vkontakteclient
More information about alxmsl/vkontakteclient
Files in alxmsl/vkontakteclient
Download alxmsl/vkontakteclient
More information about alxmsl/vkontakteclient
Files in alxmsl/vkontakteclient
Vendor alxmsl
Package vkontakteclient
Short Description Simple client for Vkontakte API
License WTFPL
Package vkontakteclient
Short Description Simple client for Vkontakte API
License WTFPL
Please rate this library. Is it a good library?
Informations about the package vkontakteclient
Vkontakte API Client
Simple client for Vkontakte API
Installation
Require packet in a composer.json
"alxmsl/vkontakteclient": ">=1.0.0"
Run Composer: php composer.phar install
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 [email protected] 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.
All versions of vkontakteclient with dependencies
PHP Build Version
Package Version
Requires
alxmsl/network Version
>=1.1.0
The package alxmsl/vkontakteclient contains the following files
Loading the files please wait ....