PHPackages                             mggflow/linksflow - 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/linksflow

ActiveLibrary

mggflow/linksflow
=================

v2.0.0(3y ago)011MITPHP

Since Nov 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mggflow/LinksFlow.php)[ Packagist](https://packagist.org/packages/mggflow/linksflow)[ RSS](/packages/mggflow-linksflow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

LINKSFLOW core
==============

[](#linksflow-core)

About
-----

[](#about)

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

Usage
-----

[](#usage)

To install:

```
composer require mggflow/linksflow

```

Example of creation Link:

```
// Fields of Link as (object)[...].
// Implements Interfaces/LinkData.
$linkData = new LinkData();

$createLink = new CreateLink($linkData, $link);

try {
    $link->id = $createLink->create();
} catch (IncorrectLinkOptions | AliasNonUnique $exception) {
    throw $exception;
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

Recently: every ~119 days

Total

9

Last Release

1168d ago

Major Versions

v1.1.5 → v2.0.02023-03-06

### Community

Maintainers

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

### Embed Badge

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

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

PHPackages © 2026

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