Download the PHP package b4djo/vk without Composer
On this page you can find all versions of the php package b4djo/vk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vk
vk
Work for vk api
Usage:
$vk = new b4djo\app\lib\VK($params['access_token']);
$params = array( "owner_id" => $params['user_id'], "message" => "Hello world!", 'from_group' => 1 );
$post = $vk->method("wall.post", $params);
All versions of vk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package b4djo/vk contains the following files
Loading the files please wait ....