PHPackages                             antuan-sehikyan/image-manager - 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. antuan-sehikyan/image-manager

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

antuan-sehikyan/image-manager
=============================

ZF2 Image Upload Module + Doctrine Example + WebinoImageThumb

029JavaScript

Since Nov 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/antuan-sehikyan/ImageManager)[ Packagist](https://packagist.org/packages/antuan-sehikyan/image-manager)[ RSS](/packages/antuan-sehikyan-image-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 Image Upload Module + Doctrine + WebinoImageThumb Example
=============================================================

[](#zf2-image-upload-module--doctrine--webinoimagethumb-example)

\##Introduction

This is a ZF2 Image Upload Module using [DoctrineModule](https://github.com/doctrine/DoctrineModule) + [WebinoImageThumb](https://github.com/webino/WebinoImageThumb) Integration.

\##Installation Using Composer

The recommended way to get a working copy of this project is to clone the repository and use `composer` to install dependencies:

```
curl -s https://getcomposer.org/installer | php --

```

You would then invoke `composer` to install dependencies. Add to your composer.json

```
"antuan-sehikyan/image-manager": "dev-master"

```

\##Required Modules

```
"doctrine/doctrine-module": "0.*",
"doctrine/doctrine-orm-module": "0.*",
"webino/webino-image-thumb": "dev-master",
"rwoverdijk/assetmanager": "1.*"

```

\##Configuration

Once module installed, you could declare the module into your **"config/application.config.php"** by adding:

```
    'Application',
    'DoctrineModule',
	'DoctrineORMModule',
    'WebinoImageThumb',
    'ImageManager',
    'AssetManager',

```

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that...

```
cp vendor/antuan-sehikyan/image-manager/config/doctrine.local.php.dist config/autoload/doctrine.local.php

```

\##Create your Database:

```
./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

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/696ceeb058d780a6acbf379c1e09512e955840a6194df433233e53406d206315?d=identicon)[Antuan Sehikyan](/maintainers/Antuan%20Sehikyan)

### Embed Badge

![Health badge](/badges/antuan-sehikyan-image-manager/health.svg)

```
[![Health](https://phpackages.com/badges/antuan-sehikyan-image-manager/health.svg)](https://phpackages.com/packages/antuan-sehikyan-image-manager)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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