PHPackages                             everzel/weserv-php - 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. [Image &amp; Media](/categories/media)
4. /
5. everzel/weserv-php

ActiveLibrary[Image &amp; Media](/categories/media)

everzel/weserv-php
==================

Images.weserv.nl

1.0.4(2y ago)1724MITPHPPHP ^8.1

Since Jun 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/everzel/weserv-images-php)[ Packagist](https://packagist.org/packages/everzel/weserv-php)[ RSS](/packages/everzel-weserv-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

PHP images.weserv.nl
====================

[](#php-imagesweservnl)

This package provides a fluent PHP OOP builder for [images.weserv.nl](https://images.weserv.nl).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require everzel/weserv-php
```

Usage
-----

[](#usage)

```
use Everzel\WeservImages;
use Everzel\Enums\Fit;

$weserv = WeservImages::make('https://images.weserv.nl/lichtenstein.jpg', 'https://wsrv.nl', false);

$url = $weserv
    ->w(512)
    ->h(512)
    ->we()
    ->fit(Fit::INSIDE->value);

echo $url;
```

### Or

[](#or)

```
function weserv(string $imageUrl) {
    return WeservImages::make($imageUrl, 'https://wsrv.nl', false);
}

$url = weserv('https://images.weserv.nl/lichtenstein.jpg')
    ->w(512)
    ->h(512)
    ->we()
    ->fit(Fit::INSIDE->value);

echo $url;
```

[![](https://camo.githubusercontent.com/2586ae1f3bfb74707ab75ae0880f1e88b587ff9616c9d65bc4640702328abfef/68747470733a2f2f696d616765732e7765736572762e6e6c2f3f773d35313226683d3531322677653d31266669743d696e736964652675726c3d6874747073253341253246253246696d616765732e7765736572762e6e6c2532466c69636874656e737465696e2e6a7067)](https://camo.githubusercontent.com/2586ae1f3bfb74707ab75ae0880f1e88b587ff9616c9d65bc4640702328abfef/68747470733a2f2f696d616765732e7765736572762e6e6c2f3f773d35313226683d3531322677653d31266669743d696e736964652675726c3d6874747073253341253246253246696d616765732e7765736572762e6e6c2532466c69636874656e737465696e2e6a7067)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Every ~10 days

Total

5

Last Release

1019d ago

### Community

Maintainers

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

---

Top Contributors

[![everzel](https://avatars.githubusercontent.com/u/91853349?v=4)](https://github.com/everzel "everzel (6 commits)")

### Embed Badge

![Health badge](/badges/everzel-weserv-php/health.svg)

```
[![Health](https://phpackages.com/badges/everzel-weserv-php/health.svg)](https://phpackages.com/packages/everzel-weserv-php)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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