An open API service indexing awesome lists of open source software.

https://github.com/labi-le/vk-longpoll

Bots Long Poll API component
https://github.com/labi-le/vk-longpoll

astaroth-package vk-longpoll

Last synced: 3 months ago
JSON representation

Bots Long Poll API component

Awesome Lists containing this project

README

        

# vk-longpoll

[![GitHub license](https://img.shields.io/badge/license-BSD-green.svg)](https://github.com/labi-le/vk-longpoll/blob/main/LICENSE)
[![Packagist Stars](https://img.shields.io/packagist/stars/labile/vk-longpoll)](https://packagist.org/packages/labile/vk-longpoll/stats)
[![Packagist Stats](https://img.shields.io/packagist/dt/labile/vk-longpoll)](https://packagist.org/packages/labile/vk-longpoll/stats)

[Документация на русском языке](https://github.com/labi-le/vk-longpoll-component/blob/main/README_RU.md)

## Installation

`composer require labile/vk-longpoll`

### Implementation of long polling VK in php

```php
setWait(30);
$longpoll->listen(static function($data){
//....
});

```