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

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

ceejayoz/laravel-phumbor
========================

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

0.1.0(12y ago)147.8k15[1 issues](https://github.com/ceejayoz/laravel-phumbor/issues)[1 PRs](https://github.com/ceejayoz/laravel-phumbor/pulls)MITPHPPHP &gt;=5.3.0

Since Sep 21Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)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

30

—

LowBetter than 62% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

4664d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2825?v=4)[Chris Sternal-Johnson](/maintainers/ceejayoz)[@ceejayoz](https://github.com/ceejayoz)

---

Top Contributors

[![ceejayoz](https://avatars.githubusercontent.com/u/2825?v=4)](https://github.com/ceejayoz "ceejayoz (8 commits)")[![lohiaad](https://avatars.githubusercontent.com/u/6629241?v=4)](https://github.com/lohiaad "lohiaad (4 commits)")

---

Tags

laravelthumborphumbor

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M160](/packages/intervention-image-laravel)[owen-oj/laravel-getid3

This package is a wrapper around james-heinrich/getid3 to extract various information from media files

85501.8k1](/packages/owen-oj-laravel-getid3)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4923.6k5](/packages/ralphjsmit-laravel-glide)

PHPackages © 2026

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