Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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...
});
```