maksa988/vk
最新稳定版本:1.1.0
Composer 安装命令:
composer require maksa988/vk
包简介
PHP class for working with VK API
关键字:
README 文档
README
PHP class for working with VK API
Usage
-
Connect class
require('VK.php'); -
Create VK object
-
without access token (examples/example-1.php)
$vk = new MAKSA\VKAPI('{APP_ID}', '{API_SECRET}'); -
with access token (examples/example-2.php)
$vk = new MAKSA\VKAPI('{APP_ID}', '{API_SECRET}', '{ACCESS_TOKEN}');
-
-
Usage API
$vk->api('{METHOD_NAME}', '{PARAMETERS}');
Other methods
- Set version of API.
$vk->setApiVersion({NUBMER});
Variables
{APP_ID}— Your application's identifier.{API_SECRET}— Secret application key.{ACCESS_TOKEN}— Access token.{METHOD_NAME}— Name of the API method. All methods.{PARAMETERS}— Parameters of the corresponding API methods.
Development
- Source hosted at GitHub
- Report issues, questions, feature requests on GitHub Issues
Author
Website: Maksa988 Email: admin@maksa988.ru
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-07