https://github.com/labi-le/vk-callback
https://github.com/labi-le/vk-callback
astaroth-package vk-callback
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labi-le/vk-callback
- Owner: labi-le
- License: bsd-3-clause
- Created: 2021-05-19T11:53:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:03:29.000Z (about 1 year ago)
- Last Synced: 2025-03-03T09:39:18.747Z (3 months ago)
- Topics: astaroth-package, vk-callback
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vk-callback
[](https://github.com/labi-le/vk-callback/blob/main/LICENSE)
[](https://packagist.org/packages/labile/vk-callback/stats)
[](https://packagist.org/packages/labile/vk-callback/stats)[Документация на русском языке](https://github.com/labi-le/vk-callback/blob/main/README_RU.md)
## Installation
`composer require labile/vk-callback`
### Implementation of CallBack VK in php
```php
listen(function ($data) {
//any action, absolutely...
});
```