Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Improved readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Nov 24, 2016
1 parent 3c33d60 commit 692ec91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP client for Vk.com API
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/atehnix/vk-client/master/LICENSE)
[![Packagist Version](https://img.shields.io/packagist/v/atehnix/vk-client.svg)](https://packagist.org/packages/atehnix/vk-client)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/atehnix/vk-client/master/LICENSE)

## Installation

Expand Down Expand Up @@ -44,6 +44,11 @@ Send multiple requests at once
$response = $api->send($execute);
```

### Use a specific version of the API.
```php
$api = new Client('5.60');
```

### Use with access token

Set default token in client.
Expand Down

0 comments on commit 692ec91

Please sign in to comment.