labile/vk-callback

There is no license information available for the latest version (2.0) of this package.

2.0 2021-08-28 19:12 UTC

This package is auto-updated.

Last update: 2024-05-09 14:10:44 UTC


README

GitHub license Packagist Stars Packagist Stats

Документация на русском языке

Installation

composer require labile/vk-callback

Implementation of CallBack VK in php

<?php

declare(strict_types=1);

use Astaroth\CallBack\Callback;

$callback = new Callback('5f6441e6', 'gyucjrdsyxtkkGRHNTyzauski');
$callback->listen(function ($data) {
    //any action, absolutely...
});