PHPackages                             igormatkovic/laravel-phumbor - 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. igormatkovic/laravel-phumbor

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

igormatkovic/laravel-phumbor
============================

Laravel package adding support for the Phumbor PHP library for Thumbor.

0.1.2(10y ago)0118MITPHPPHP &gt;=5.3.0

Since Sep 21Pushed 10y ago2 watchersCompare

[ Source](https://github.com/igormatkovic/laravel-phumbor)[ Packagist](https://packagist.org/packages/igormatkovic/laravel-phumbor)[ Docs](https://github.com/igormatkovic/laravel-phumbor)[ RSS](/packages/igormatkovic-laravel-phumbor/feed)WikiDiscussions master Synced 1mo ago

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

Phumbor for Laravel 4
=====================

[](#phumbor-for-laravel-4)

This Laravel package adds support for [the 99designs PHP interface](https://github.com/99designs/phumbor) to the [globocom Thumbor thumbnail service](https://github.com/globocom/thumbor).

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

[](#installation)

Simply require the package in your `composer.json` file:

```
"ceejayoz/laravel-phumbor": "dev-master"

```

Run `composer install` to download the package and have the autoloader updated.

Once installed, register the service provider with your Laravel application. Update the `providers` section of `app/config/app.php`:

```
'providers' = array(
	// existing providers
	'Ceejayoz\LaravelPhumbor\LaravelPhumborServiceProvider',
);

```

and register the facade in the `aliases` section:

```
'aliases' => array(
	// existing aliases
	'Phumbor' => 'Ceejayoz\LaravelPhumbor\Facades\Phumbor',
);

```

Now, publish the package's config file:

```
php artisan config:publish ceejayoz/laravel-phumbor

```

which will publish the default configuration file to `app/config/packages/ceejayoz/laravel-phumbor/config.php`.

You should modify this file to reflect your Thumbor installation's URL and secret key.

Usage
-----

[](#usage)

The `Phumbor` facade exposes the API from [the 99designs PHP interface](https://github.com/99designs/phumbor).

For example:

```
Phumbor::url('http://images.example.com/llamas.jpg')
    ->fitIn(640, 480)
	->addFilter('fill', 'green');

```

License
-------

[](#license)

Licensed under the MIT license. See

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~411 days

Total

3

Last Release

3799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65602f365138878980125607ea33928261d4a9069b4a4ab57bc261e09d81090d?d=identicon)[igormatkovic](/maintainers/igormatkovic)

---

Top Contributors

[![ceejayoz](https://avatars.githubusercontent.com/u/2825?v=4)](https://github.com/ceejayoz "ceejayoz (7 commits)")[![igormatkovic](https://avatars.githubusercontent.com/u/2323435?v=4)](https://github.com/igormatkovic "igormatkovic (2 commits)")[![ddjikic](https://avatars.githubusercontent.com/u/4875524?v=4)](https://github.com/ddjikic "ddjikic (1 commits)")

---

Tags

laravelthumborphumbor

### Embed Badge

![Health badge](/badges/igormatkovic-laravel-phumbor/health.svg)

```
[![Health](https://phpackages.com/badges/igormatkovic-laravel-phumbor/health.svg)](https://phpackages.com/packages/igormatkovic-laravel-phumbor)
```

###  Alternatives

[creativeorange/gravatar

A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.

5467.5M54](/packages/creativeorange-gravatar)[intervention/image-laravel

Laravel Integration of Intervention Image

1536.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[spatie/laravel-og-image

Generate OG images for your Laravel app

305.2k](/packages/spatie-laravel-og-image)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

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