PHPackages                             mrmanchot/squeezio - 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. mrmanchot/squeezio

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

mrmanchot/squeezio
==================

Compress &amp; Optimize all you images (jpg, png, gif, svg)

1.0.5(7y ago)44741[1 issues](https://github.com/MrManchot/Squeezio/issues)MITPHPPHP &gt;=5.3.0

Since Jun 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/MrManchot/Squeezio)[ Packagist](https://packagist.org/packages/mrmanchot/squeezio)[ RSS](/packages/mrmanchot-squeezio/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

Squeezio
========

[](#squeezio)

Compress &amp; Optimize all you images (jpg, png, gif, svg)

Install libraries :

```
sudo apt-get install imagemagick gifsicle jpegoptim pngquant && sudo npm install -g svgo

```

Install with composer :

```
composer require mrmanchot/squeezio

```

Library used :

- [ImageMagick](https://www.imagemagick.org/script/index.php)
- [Gifsicle](https://www.lcdf.org/gifsicle/)
- [JpegOptim](http://www.kokkonen.net/tjko/projects.html)
- [PngQuant](https://pngquant.org/)
- [SVGO](https://github.com/svg/svgo)

How to use :

```
require __DIR__ . '/vendor/autoload.php';

$sqz = Sqz\Squeezio::getInstance(__DIR__ . '/my-file.jpg');
$sqz->setSize(800)->setQuality(70)->exec();
print_r($sqz->getInfos());
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

6

Last Release

2882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31999b3179ed3f97c652767c97b1706586dd798caa4d12acd49ce429542df707?d=identicon)[MrManchot](/maintainers/MrManchot)

---

Top Contributors

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

---

Tags

phpimagecompressoptimize

### Embed Badge

![Health badge](/badges/mrmanchot-squeezio/health.svg)

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

###  Alternatives

[jkphl/iconizr

A PHP command line tool for converting SVG images to a set of CSS icons (SVG &amp; PNG, single icons and / or CSS sprites) with support for image optimization and Sass output

4868.9k](/packages/jkphl-iconizr)[gtuk/image-optimizer

PHP image optimizer for png, jpeg and gif files. It uses mozjpeg, pngquant and gifsicle for the optimization process

161.6k](/packages/gtuk-image-optimizer)[lciolecki/php-image-optimizer

PHP image file optimizer (uses https://github.com/bensquire/php-image-optim)

347.4k](/packages/lciolecki-php-image-optimizer)

PHPackages © 2026

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