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
- Host: GitHub
- URL: https://github.com/labi-le/vk-longpoll
- Owner: labi-le
- License: bsd-3-clause
- Created: 2021-05-17T20:29:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:58:30.000Z (about 1 year ago)
- Last Synced: 2025-02-27T06:54:47.210Z (4 months ago)
- Topics: astaroth-package, vk-longpoll
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vk-longpoll
[](https://github.com/labi-le/vk-longpoll/blob/main/LICENSE)
[](https://packagist.org/packages/labile/vk-longpoll/stats)
[](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){
//....
});```