PHPackages                             jeremytubbs/laravel-deepzoom - 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. jeremytubbs/laravel-deepzoom

ActiveLibrary

jeremytubbs/laravel-deepzoom
============================

Laravel Deepzoom Tile Generator for OpenSeadragon

0.3.0(7y ago)111.3k1MITPHPPHP &gt;=5.5.9

Since Nov 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jeremytubbs/laravel-deepzoom)[ Packagist](https://packagist.org/packages/jeremytubbs/laravel-deepzoom)[ RSS](/packages/jeremytubbs-laravel-deepzoom/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Deepzoom
========

[](#deepzoom)

Laravel Tile Generator for use with OpenSeadragon:

This package utilizes my deepzoom package:

### Usage

[](#usage)

Artisan command to queue image tiling:

```
php artisan deepzoom:tile
```

The artisan command accepts an image argument, as well as; filename and folder options. If no image argument is provided you will recieve a prompt to enter an image name.

```
php artisan deepzoom:tile KISS.jpg --filename=kiss --folder=keep-it-simple-stupid
```

The artisan command is queued and will use the `default` queue driver set in the `queue.php` config file.

If you would like to use the `makeTiles` command inside a controller add the trait and dispatch the command:

```
use Jeremytubbs\LaravelDeepzoom\Commands\MakeTiles;

class MyController extends Controller
{
    use \Illuminate\Foundation\Bus\DispatchesJobs;

	public function handle($image, $filename = null, $folder = null) {
		$command = new MakeTiles($image, $filename, $folder);
		$this->dispatch($command);
	}
}
```

### Setup

[](#setup)

Add service provider to `app/config`:

```
Jeremytubbs\LaravelDeepzoom\DeepzoomServiceProvider::class,
```

Publish the `deepzoom.php` config file:

```
php artisan vendor:publish
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~127 days

Recently: every ~267 days

Total

10

Last Release

2676d ago

### Community

Maintainers

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

---

Top Contributors

[![jeremytubbs](https://avatars.githubusercontent.com/u/548888?v=4)](https://github.com/jeremytubbs "jeremytubbs (25 commits)")[![swatty007](https://avatars.githubusercontent.com/u/38767638?v=4)](https://github.com/swatty007 "swatty007 (1 commits)")

---

Tags

laravellaravel5zoomopenseadragondeepzoomdzizoomabletiled

### Embed Badge

![Health badge](/badges/jeremytubbs-laravel-deepzoom/health.svg)

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

###  Alternatives

[jeremytubbs/deepzoom

Deepzoom Tile Generator for OpenSeadragon

5018.7k2](/packages/jeremytubbs-deepzoom)[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[classiebit/eventmie

Run your own Events business with Eventmie Pro. Use it as event ticket selling website or event management platform on your own domain.

1872.0k](/packages/classiebit-eventmie)

PHPackages © 2026

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