Download the PHP package andrey-helldar/vk without Composer

On this page you can find all versions of the php package andrey-helldar/vk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package vk

VK API

vk_api

StyleCI Total Downloads Latest Stable Version Latest Unstable Version

Attention

Use a official sdk for VK API.

Menu

Installation

To get the latest version of package for VK API, simply require the project using Composer:

Instead, you may of course manually update your require block and run composer update if you so choose:

The version of this package is based on the VK API version and has the following appearance: x.y.z, when:

Once package is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key, or if you're using Laravel 5.5+, this can be done via the automatic package discovery.

Next, execute:

Add the following lines to .env:

when:

See more at vk.com/dev

Alright! Use vk() helper.

[ to menu ]

Update package

During development, we sometimes make changes to the structure of the database table, so after updating to a more recent version, run the command:

[ to menu ]

Requests & responses

ATTENTION!

For correct work this package user must be authorized on site.

[ to menu ]

Template

This package using Authorization Code Flow method to VK API (for server side of an application).

You can call the standard method for creating a button in a template:

or just use the route:

[ to menu ]

Send request

To send a request, use the following structure:

[ to menu ]

Get response

To test and receive a response from the API, use the get() method:

[ to menu ]

Available methods

Account

See more at VK API: Account

[ to menu ]

Ads

API for VK advertising account is being beta tested. In case of any error or problem with API, please contact us at [email protected].

Before you can call API methods, authorize at server or client end. After it you can make any API requests using a standard interaction pattern.

Also, prior to start with Ads API, read limitations and recommendations.

Below there is a list of all methods for operations with the data of VK advertising accounts.

Access rights required: ads.

See more at VK API: Ads

[ to menu ]

Apps

See more at VK API: Apps

[ to menu ]

Auth

See more at VK API: Auth

[ to menu ]

Board

Access rights required: groups.

See more at VK API: Board

[ to menu ]

Database

These methods provide access to VK's database of educational institutions. Access to data is free and authorization is not required, but the number of requests from one IP address can be limited. If you need to execute many requests, we recommend that you call these methods from the client side using JSONP.

Access rights required: groups.

See more at VK API: Database

[ to menu ]

Docs

Access rights required: docs.

See more at VK API: Docs

[ to menu ]

Execute

See more at VK API: Execute

[ to menu ]

Friends

Access rights required: messages.

See more at VK API: Friends

[ to menu ]

Likes

Access rights required: wall.

See more at VK API: Likes

[ to menu ]

Messages

Access rights required: messages.

See more at VK API: Messages

[ to menu ]

(1) This method can be called with a user token received in Standalone-app via Implicit Flow.

(2) This method can be called with a user token.

(3) This method can be called with a service token.

(4) This method can be called with a community token.

Copyright and License

Vk was written by Andrey Helldar for the Laravel Framework 5.4 or later, and is licensed under MIT License.

[ to menu ]

Translation

Translations of text and comment by Google Translate. Help with translation +1 in karma :)

Description of the VK API methods in the comments is taken from the VK API.

[ to menu ]


All versions of vk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
illuminate/http Version ^5.4
illuminate/bus Version ^5.4
illuminate/queue Version ^5.4
illuminate/database Version ^5.4
illuminate/console Version ^5.4
illuminate/support Version ^5.4
illuminate/routing Version ^5.4
illuminate/validation Version ^5.4
illuminate/view Version ^5.4
guzzlehttp/guzzle Version ^6.0
nesbot/carbon Version ^1.22
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package andrey-helldar/vk contains the following files

Loading the files please wait ....