承接 maksa988/vk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

maksa988/vk

最新稳定版本:1.1.0

Composer 安装命令:

composer require maksa988/vk

包简介

PHP class for working with VK API

README 文档

README

Total Downloads Latest Stable Version Latest Unstable Version License

PHP class for working with VK API

Usage

  1. Connect class

     require('VK.php');
    
  2. Create VK object

    1. without access token (examples/example-1.php)

       $vk = new MAKSA\VKAPI('{APP_ID}', '{API_SECRET}');
      
    2. with access token (examples/example-2.php)

       $vk = new MAKSA\VKAPI('{APP_ID}', '{API_SECRET}', '{ACCESS_TOKEN}');
      
  3. 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

Author

Website: Maksa988 Email: admin@maksa988.ru

统计信息

  • 总下载量: 19
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-07