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

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

vysokeskoly/image-bundle
========================

Bundle for loading and generating images

6.0.0(3y ago)032PHPPHP ^8.1

Since Jul 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vysokeskoly/image-bundle)[ Packagist](https://packagist.org/packages/vysokeskoly/image-bundle)[ RSS](/packages/vysokeskoly-image-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (18)Versions (3)Used By (0)

Image Bundle
============

[](#image-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/1e1ee81a8482c42f6d89ec3017594a0a58c1347b518e46bbb0da2afa57659eb5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7679736f6b65736b6f6c792f696d6167652d62756e646c652e737667)](https://packagist.org/packages/vysokeskoly/image-bundle)[![License](https://camo.githubusercontent.com/00fa296a9af5cf0c5e10882907e96f48f9794d4212b2b4419f2cc45613f303bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7679736f6b65736b6f6c792f696d6167652d62756e646c652e737667)](https://packagist.org/packages/vysokeskoly/image-bundle)[![Checks](https://github.com/vysokeskoly/image-bundle/actions/workflows/checks.yaml/badge.svg)](https://github.com/vysokeskoly/image-bundle/actions/workflows/checks.yaml)[![Build](https://github.com/vysokeskoly/image-bundle/actions/workflows/php-checks.yaml/badge.svg)](https://github.com/vysokeskoly/image-bundle/actions/workflows/php-checks.yaml)[![Coverage Status](https://camo.githubusercontent.com/dbac795be360f9e5928eb31dac1d9b43d9527c2d8df004e928b5c4a6a76fe9bc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7679736f6b65736b6f6c792f696d6167652d62756e646c652f62616467652e737667)](https://coveralls.io/github/vysokeskoly/image-bundle)

Changelog
---------

[](#changelog)

See CHANGELOG.md.

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

[](#installation)

### Step 1

[](#step-1)

Download using *composer*

```
"require": {
    "vysokeskoly/image-bundle" : "^5.0"
},

```

### Step 2

[](#step-2)

Add VysokeSkolyImageBundle bundle to AppKernel to list of loaded bundles.

```
$bundles = [
    // ..
    new VysokeSkoly\ImageBundle\VysokeSkolyImageBundle(),
    // ..
];
```

### Step 3

[](#step-3)

Configure required parameters for this bundle.

**Implementation of ImageRepositoryInterface**

- for example class `My\ImageRepository` implements `ImageRepositoryInterface`
- its Autowired, so you do not have to specify it explicitly

**config.yml**

```
# EDU ImageBundle
vysoke_skoly_image:
    image_formats:
        preview1x:
            width: 260
            height: 175
        preview2x:
            width: 520
            height: 350
        cropped:
            width: 100
            height: 100
            crop:
                x: 20
                y: 20
                x2: 120
                y2: 120
        cropped2:
            width: 100
            height: 100
            crop:
                x: 20
                y: 20
                width: 100
                height: 100

# [OPTIONAL]
services:
    app.repository.image:
        class: My\ImageRepository

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

2

Last Release

1404d ago

Major Versions

5.0.0 → 6.0.02022-07-14

PHP version history (2 changes)5.0.0PHP ^7.4

6.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdf0b9957c08a48e70a52fce74fc4f1add30b12d442450d5e2b48854fc98b21?d=identicon)[MortalFlesh](/maintainers/MortalFlesh)

---

Top Contributors

[![MortalFlesh](https://avatars.githubusercontent.com/u/6317184?v=4)](https://github.com/MortalFlesh "MortalFlesh (8 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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