PHPackages                             cvette/flow-web-link - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. cvette/flow-web-link

ActiveNeos-package[HTTP &amp; Networking](/categories/http)

cvette/flow-web-link
====================

Neos Flow WebLink Package.

v1.0.0(8y ago)07MITPHP

Since Nov 5Pushed 8y agoCompare

[ Source](https://github.com/cvette/flow-web-link)[ Packagist](https://packagist.org/packages/cvette/flow-web-link)[ RSS](/packages/cvette-flow-web-link/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/719cfb50781c35637e6f399d6c4d46426fd96026b614184b6cd5137df932e9ab/68747470733a2f2f706f7365722e707567782e6f72672f6376657474652f666c6f772d7765622d6c696e6b2f762f737461626c65)](https://packagist.org/packages/cvette/flow-web-link) [![Total Downloads](https://camo.githubusercontent.com/437948f3826bb50e516a6e7a852cca42bd0fa6f6d6970bd1df68beb09e2b6315/68747470733a2f2f706f7365722e707567782e6f72672f6376657474652f666c6f772d7765622d6c696e6b2f646f776e6c6f616473)](https://packagist.org/packages/cvette/flow-web-link) [![License](https://camo.githubusercontent.com/3208b43300983eeffcdfcbab71862fa1462f42083a392831194a01a6cdd346d4/68747470733a2f2f706f7365722e707567782e6f72672f6376657474652f666c6f772d7765622d6c696e6b2f6c6963656e7365)](https://packagist.org/packages/cvette/flow-web-link)

WebLink Package for Neo Flow
============================

[](#weblink-package-for-neo-flow)

This Neos Flow package provides methods to manage links between resources and advise clients to preload and prefetch resources through HTTP and HTTP/2 pushes.

Usage
-----

[](#usage)

You can add a link header in three different ways:

### Using the Fusion Prototype

[](#using-the-fusion-prototype)

This will output a Html link tag with the given "rel" attribute and set the Http link header for the response.

```
 link = Vette.WebLink:Link {
      href = 'http://foo.bar/x.y'
      rel = 'preload'
 }

```

### Using the EEL Helper

[](#using-the-eel-helper)

If you use this EEL helper, make sure the containing Fusion prototype is uncached.

```
 $href = ${Vette.WebLink.link('http://foo.bar/x.y', 'preload')}

```

### Adding a Link Header via the WebLink Service

[](#adding-a-link-header-via-the-weblink-service)

```
 /**
  * @Flow\Inject
  * @var WebLinkService
  **/
 protected $webLinkService;

 ...

 $this->webLinkService->link('http:foo.bar/x.y', 'preload');

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

3107d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9c271b08b8ccb3d1bab7fac14ef3d4fbb47e4528ef099a7d2ba961c5afa3f5e?d=identicon)[cvette](/maintainers/cvette)

---

Top Contributors

[![cvette](https://avatars.githubusercontent.com/u/6884391?v=4)](https://github.com/cvette "cvette (7 commits)")

---

Tags

psr-13httplinkperformancepushpreloadprerenderhttp2psr13prefetchdns-prefetch

### Embed Badge

![Health badge](/badges/cvette-flow-web-link/health.svg)

```
[![Health](https://phpackages.com/badges/cvette-flow-web-link/health.svg)](https://phpackages.com/packages/cvette-flow-web-link)
```

###  Alternatives

[symfony/web-link

Manages links between resources

1.4k99.0M250](/packages/symfony-web-link)[psr/link

Common interfaces for HTTP links

2.5k144.1M69](/packages/psr-link)[fig/link-util

Common utility implementations for HTTP links

1.8k56.8M28](/packages/fig-link-util)[hhxsv5/laravel-s

🚀 LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

3.9k676.0k10](/packages/hhxsv5-laravel-s)[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43117.4M104](/packages/kevinrob-guzzle-cache-middleware)[openswoole/core

Openswoole core library

181.1M32](/packages/openswoole-core)

PHPackages © 2026

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