PHPackages                             mggflow/vkflow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mggflow/vkflow

ActiveLibrary

mggflow/vkflow
==============

v2.0.0(3y ago)09MITPHP

Since Jan 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mggflow/VKFlow.php)[ Packagist](https://packagist.org/packages/mggflow/vkflow)[ RSS](/packages/mggflow-vkflow/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

VKFLOW core
===========

[](#vkflow-core)

About
-----

[](#about)

This package is core of backend logic of [VKFLOW](https://mggflow.in/vkflow) service.

Usage
-----

[](#usage)

To install:

```
composer require mggflow/vkflow

```

Example of performing Task:

```
// Implements Interfaces/TaskQueue.
$taskQueue = new TaskQueue();
// Implements Interfaces/TaskFabric.
$taskFabric = new TaskFabric();
// Implements Interfaces/TaskResultHandlerFabric.
$taskResultHandlerFabric = new TaskResultHandlerFabric();
// Implements Interfaces/ProfileData.
$profileData = new ProfileData();

$worker = new Worker($profileData, $taskQueue, $taskFabric, $taskResultHandlerFabric);
$worker->perform();

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~101 days

Total

5

Last Release

1164d ago

Major Versions

v1.0.3 → v2.0.02023-03-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90987388?v=4)[MGGFLOW](/maintainers/MGGFLOW)[@mggflow](https://github.com/mggflow)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mggflow-vkflow/health.svg)

```
[![Health](https://phpackages.com/badges/mggflow-vkflow/health.svg)](https://phpackages.com/packages/mggflow-vkflow)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
