2017 © Pedro Peláez
 

library vk

PHP class for working with VK API

image

maksa988/vk

PHP class for working with VK API

  • Monday, September 7, 2015
  • by maksa988
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

VK API

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

PHP class for working with VK API, (*2)

Usage

  1. Connect class, (*3)

    require('VK.php');
  2. Create VK object, (*4)

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

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

      $vk = new MAKSA\VKAPI('{APP_ID}', '{API_SECRET}', '{ACCESS_TOKEN}');
  3. Usage API, (*7)

    $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, (*8)

The Versions

07/09 2015

dev-master

9999999-dev https://github.com/maksa988/VK-API-Class

PHP class for working with VK API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api vkontakte vk vk.com vkapi

07/09 2015

1.1.0

1.1.0.0 https://github.com/maksa988/VK-API-Class

PHP class for working with VK API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api vkontakte vk vk.com vkapi