alxmsl/vkontakteclient
Composer 安装命令:
composer require alxmsl/vkontakteclient
包简介
Simple client for Vkontakte API
README 文档
README
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 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.
统计信息
- 总下载量: 261
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: WTFPL
- 更新时间: 2014-07-11