PHPackages                             flame/thumbnail-helper - 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. [Templating &amp; Views](/categories/templating)
4. /
5. flame/thumbnail-helper

ActiveLibrary[Templating &amp; Views](/categories/templating)

flame/thumbnail-helper
======================

Nette template helper for lazy creating of thumbnails

v3.0(12y ago)3662BSD-2-Clause-FreeBSDPHPPHP &gt;=5.3.2

Since May 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/flame-org/Thumbnail-Helper)[ Packagist](https://packagist.org/packages/flame/thumbnail-helper)[ Docs](https://github.com/flame-org/Thumbnail-Helper)[ RSS](/packages/flame-thumbnail-helper/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (5)Used By (2)

Thumbnail-Helper
================

[](#thumbnail-helper)

Nette template helper for lazy creating of thumbnails

\###Instalation **Examples is based on Nette version 2.0.12, but the package is compatible with @dev version too**

\##Register "thumb" extension In **bootstrap.php**

```
\Flame\Thumb\DI\ThumbExtension::register($configurator);
```

\###Register "thumb" helper

```
	/**
     * Base presenter for all application presenters.
     */
    abstract class BasePresenter extends Presenter
    {

    	/**
    	 * @param null $class
    	 * @return \Nette\Templating\ITemplate
    	 */
    	protected function createTemplate($class = null)
    	{
    		$template = parent::createTemplate($class);
    		/** @var \Flame\Thumb\IRegister $thumb */
            $thumb = $this->context->getByType('Flame\Thumb\IRegister');
            $thumb->register($template);
    		return $template;
    	}
    }
```

\###Set variables (Optional) In **config.neon**

```
	thumb:
		paths:
			base: %wwwDir%
			thumbs: /media/thumbs
```

**That's all! Enjoy it!**

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

3

Last Release

4684d ago

Major Versions

v1.0 → v2.02013-08-22

v2.0 → v3.02013-08-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/25aa07e004e9743a4332fbcfd17628e92f82c6457916442530850183cf7c0bf3?d=identicon)[jsifalda](/maintainers/jsifalda)

---

Top Contributors

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

---

Tags

helpernettetemplateThumbnailsflame

### Embed Badge

![Health badge](/badges/flame-thumbnail-helper/health.svg)

```
[![Health](https://phpackages.com/badges/flame-thumbnail-helper/health.svg)](https://phpackages.com/packages/flame-thumbnail-helper)
```

###  Alternatives

[latte/latte

☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.

1.3k16.0M748](/packages/latte-latte)[vojtech-dobes/nette-forms-inputlist

Alternative RadioList &amp; CheckboxList for Nette Framework

241.2k](/packages/vojtech-dobes-nette-forms-inputlist)

PHPackages © 2026

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