Download the PHP package pnixx/vk-php-sdk without Composer
On this page you can find all versions of the php package pnixx/vk-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pnixx/vk-php-sdk
More information about pnixx/vk-php-sdk
Files in pnixx/vk-php-sdk
Download pnixx/vk-php-sdk
More information about pnixx/vk-php-sdk
Files in pnixx/vk-php-sdk
Vendor pnixx
Package vk-php-sdk
Short Description Vkontakte PHP SDK
License MIT
Homepage https://github.com/PNixx/vk-php-sdk
Package vk-php-sdk
Short Description Vkontakte PHP SDK
License MIT
Homepage https://github.com/PNixx/vk-php-sdk
Please rate this library. Is it a good library?
Informations about the package vk-php-sdk
VKontakte PHP SDK
Require:
- PHP 5.5
- Composer (Optional)
The VK Platform http://vk.com/dev is a set of APIs that make your application more social.
Install
composer require pnixx/vk-php-sdk
Usage
To create a new instance of VKontakte and make api calls:
<?
//The constructor
$vk = new VK($access_token);
//Set user online
$vk->method('account.setOnline');
//Upload photo
$photo = $vk->uploadImage('/path/to/file');
//Wall posting
$response = $vk->method('wall.post', [
'message' => urlencode('Hello world'),
'attachments' => $photo
]);
All versions of vk-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package pnixx/vk-php-sdk contains the following files
Loading the files please wait ....