Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labi-le/vk-callback
https://github.com/labi-le/vk-callback
astaroth-package vk-callback
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:03:29.000Z (7 months ago)
- Last Synced: 2024-08-14T14:22:59.283Z (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
[![GitHub license](https://img.shields.io/badge/license-BSD-green.svg)](https://github.com/labi-le/vk-callback/blob/main/LICENSE)
[![Packagist Stars](https://img.shields.io/packagist/stars/labile/vk-callback)](https://packagist.org/packages/labile/vk-callback/stats)
[![Packagist Stats](https://img.shields.io/packagist/dt/labile/vk-callback)](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...
});
```