PHPackages                             miqoo1996/imagemiq - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. miqoo1996/imagemiq

ActiveLibrary[File &amp; Storage](/categories/file-storage)

miqoo1996/imagemiq
==================

An image upload package which provides lot of functions such as upload, resize, crop, rotate, delete.

1.0.0(6y ago)153MITPHPPHP &gt;=5.4.0

Since Apr 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/miqoo1996/imagemiq)[ Packagist](https://packagist.org/packages/miqoo1996/imagemiq)[ Docs](http://imusthave.jermukcity.am)[ RSS](/packages/miqoo1996-imagemiq/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

PHP Libary Imagemiq
-------------------

[](#php-libary-imagemiq)

The package helps to work with images easier, provides many functions such as image uploading, resizing, cropping, rotating, deleting.

How to use
----------

[](#how-to-use)

1. composer require miqoo1996/imagemiq
2. HTML code

```

    Select image to upload:

```

3. PHP code

```
$obj = new \miqoo1996\imagemiq\image();

/**
 * Image types must be one of these.
 *
 * IMAGETYPE_PNG, IMAGETYPE_GIF, IMAGETYPE_JPEG
 * Ex. you can use IMAGETYPE_PNG to convert the image from current format to PNG.
 */
$obj->load($_FILES['fileToUpload']['tmp_name'])
    ->resizeToWidth(500)
    ->save('destination/aaa.png', IMAGETYPE_PNG);

// Some additional methods may come in handy, follow the below examples.

$obj->load($_FILES['fileToUpload']['tmp_name']); // Or $obj->load('image/from/path.jpg');
$obj->scale(2); // new image resized by scaling
$obj->resize(10, 20) // resize the image by the specific width and height
$with = $obj->getWidth();
$height = $obj->getHeight();

```

Enjoy coding with the nice package!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2208d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23eb7595b6d570903270e0a9d9a66f85e3d7346c0b270a33cbbd14041387cbe0?d=identicon)[miqoo1996](/maintainers/miqoo1996)

---

Top Contributors

[![miqoo1996](https://avatars.githubusercontent.com/u/22522101?v=4)](https://github.com/miqoo1996 "miqoo1996 (12 commits)")

---

Tags

phpcomposerlaravelImageMagickresizeuploadyiicroprotatedeleteimage upload phpmiqoo1996MiqayelIshkhanyanMiqayel Ishkhanyan

### Embed Badge

![Health badge](/badges/miqoo1996-imagemiq/health.svg)

```
[![Health](https://phpackages.com/badges/miqoo1996-imagemiq/health.svg)](https://phpackages.com/packages/miqoo1996-imagemiq)
```

###  Alternatives

[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)[contributte/image-storage

Image storage for Nette framework

28749.3k1](/packages/contributte-image-storage)

PHPackages © 2026

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