PHPackages                             mondaydarknight/libthumbor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mondaydarknight/libthumbor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mondaydarknight/libthumbor
==========================

A minimal PHP client for generating thumbor URLs

1.2(3y ago)011MITPHPPHP ^7.2

Since Oct 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mondaydarknight/libthumbor)[ Packagist](https://packagist.org/packages/mondaydarknight/libthumbor)[ RSS](/packages/mondaydarknight-libthumbor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

phumbor
=======

[](#phumbor)

A minimal PHP client for generating Thumbor URLs.

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

[](#installation)

Run the following command to install the library via [Composer](https://getcomposer.org/doc/).

```
composer require mondaydarknight/libthumbor
```

This package will be automatically registered using Laravel auto-discovery mechanism, publish the config file of this package with the following command, it'll generate the config file `config/thumbor.php` with required parameters.

```
php artisan vendor:publish --provider="Thumbor\ThumborServiceProvider" --tag=config
```

Usage
-----

[](#usage)

```
use Thumbor\Facades\Thumbor;

$url = (string) Thumbor::url('https://dummyimage.com/600x400.jpg')
    ->resize(100, 100);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

1352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1abcfdebf4142d50da27064d6c250bbffc70b4143f5fbe0ef1fed5ad0a5153bb?d=identicon)[mondaydarknight](/maintainers/mondaydarknight)

---

Top Contributors

[![mondaydarknight](https://avatars.githubusercontent.com/u/32161174?v=4)](https://github.com/mondaydarknight "mondaydarknight (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mondaydarknight-libthumbor/health.svg)

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

PHPackages © 2026

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