PHPackages                             nkt/image-bundle - 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. nkt/image-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

nkt/image-bundle
================

Symfony bundle for image uploading

012PHP

Since May 24Pushed 11y agoCompare

[ Source](https://github.com/nkt/image-bundle)[ Packagist](https://packagist.org/packages/nkt/image-bundle)[ RSS](/packages/nkt-image-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Image bundle
============

[](#image-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/48d4a62d90cb4f571db452d54f68a04430f7f7161d11fd85653ea851c1c1e0f6/68747470733a2f2f706f7365722e707567782e6f72672f6e6b742f696d6167652d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/nkt/image-bundle) [![Total Downloads](https://camo.githubusercontent.com/e04a424410fd48045825e30bac80b0938be441d22d0089ca06a6f06361622271/68747470733a2f2f706f7365722e707567782e6f72672f6e6b742f696d6167652d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/nkt/image-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/04cfa8c7cd2a4ea3194d8e53cb2ba20e1d0bf618d74137bd05bb977cd6c9d34a/68747470733a2f2f706f7365722e707567782e6f72672f6e6b742f696d6167652d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/nkt/image-bundle) [![License](https://camo.githubusercontent.com/dbdf48a5601035cb2c937db45c93553b6b2b42c733e76a4fdd85a4fff4b3fd74/68747470733a2f2f706f7365722e707567782e6f72672f6e6b742f696d6167652d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/nkt/image-bundle)

Usage
-----

[](#usage)

Add `"nkt/image-bundle": "1.0.x-dev"` into composer.json.

Add `Nkt\ImageBundle\NktImageBundle` into your kernel bundles.

Add configuration into `app/config/config.yml`:

```
nkt_image:
    upload_dir: %kernel.root_dir%/uploads # Value by default
    types:
        logo:
            extension:  jpg
            min_width:  100
            max_width:  1000
            min_height: 100
            max_height: 1000
        slider:
            min_width: 500
```

Import routing in your `app/config/routing.yml`:

```
nkt_image:
    resource: "@NktImageBundle/Resources/config/routing.yml"
    prefix: /
```

Then clear your application cache, and update database schema.

```
app/console cache:clear
app/console doctrine:schema:update --force
```

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/nkt-image-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nkt-image-bundle/health.svg)](https://phpackages.com/packages/nkt-image-bundle)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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