PHPackages                             mggflow/vk-automatic - 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/vk-automatic

ActiveLibrary

mggflow/vk-automatic
====================

v1.1.2(3y ago)1211MITPHP

Since Jan 19Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (7)Used By (1)

VK Automatic
============

[](#vk-automatic)

About
-----

[](#about)

This package provides automation of usual VK tasks throw API.

Usage
-----

[](#usage)

To install:

```
composer require mggflow/vk-automatic

```

Example of setting online status for account:

```
$token = "access token for VK API";
$apiVersion = 5.131;

$api = new API($token, $apiVersion);
$task = new EternalOnline($this->api);

// Second argument is null because this task dont need any data.
$result = $task->execute($api);

// Result object fields is different for tasks.
var_dump($result->onlineResult);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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 ~34 days

Recently: every ~26 days

Total

6

Last Release

1454d ago

### 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-vk-automatic/health.svg)

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

PHPackages © 2026

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