PHPackages                             everyways/multicurl-img-optimizer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. everyways/multicurl-img-optimizer

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

everyways/multicurl-img-optimizer
=================================

mulitcurl for PHP

00PHP

Since Dec 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Everyways/imgOptimizer)[ Packagist](https://packagist.org/packages/everyways/multicurl-img-optimizer)[ RSS](/packages/everyways-multicurl-img-optimizer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

MultiCurl for PHP
=================

[](#multicurl-for-php)

Ultra fast non-blocking OOP wrapper for `curl_multi_*` functions.

**Pull requests are very welcome.**

Main features:
--------------

[](#main-features)

- **reuse curl resource**
- don't waste time on unnecessary cycles, careful works with select function simple queue management fully configured!
- supports callbacks onLoad, onError, full control on http headers simple usage few tests, no docs :( sorry :(

Requires:
---------

[](#requires)

- php &gt;= 7.3
- ext-curl
- safe\_mode = Off

Installation via [Composer](https://getcomposer.org):
-----------------------------------------------------

[](#installation-via-composer)

- install [Composer](https://getcomposer.org)
- run `composer require everyways/multicurl-img-optimizer`

Tests
-----

[](#tests)

```
$ vendor/bin/phpunit tests

# or via Docker
$ docker run --rm \
             -it \
             -v "$(pwd)":/app \
             -w /app \
             php:7.1 \
             /usr/local/bin/php ./vendor/phpunit/phpunit/phpunit tests
$ docker run --rm \
             -it \
             -v "$(pwd)":/app \
             -w /app \
             php:7.2 \
             /usr/local/bin/php ./vendor/phpunit/phpunit/phpunit tests
$ docker run --rm \
             -it \
             -v "$(pwd)":/app \
             -w /app \
             php:7.3 \
             /usr/local/bin/php ./vendor/phpunit/phpunit/phpunit tests
$ docker run --rm \
             -it \
             -v "$(pwd)":/app \
             -w /app \
             php:7.4 \
             /usr/local/bin/php ./vendor/phpunit/phpunit/phpunit tests
```

Contributing
------------

[](#contributing)

Fork the project, create a feature branch and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the [PSR-\*](http://www.php-fig.org/psr) coding standards.

To avoid CS issues, you should use [php-cs-fixer](http://cs.sensiolabs.org):

```
$ php-cs-fixer fix src/
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c980b9f8d9c6619528fe45fc782a6977771911394235bb066564a70e10113ea?d=identicon)[Everyways](/maintainers/Everyways)

---

Top Contributors

[![DummyGitHub123456](https://avatars.githubusercontent.com/u/108118980?v=4)](https://github.com/DummyGitHub123456 "DummyGitHub123456 (1 commits)")

### Embed Badge

![Health badge](/badges/everyways-multicurl-img-optimizer/health.svg)

```
[![Health](https://phpackages.com/badges/everyways-multicurl-img-optimizer/health.svg)](https://phpackages.com/packages/everyways-multicurl-img-optimizer)
```

###  Alternatives

[yavin/symfony-form-tree

create select field with indentation for tree structure

1591.1k1](/packages/yavin-symfony-form-tree)[spatie/laravel-help-space

Integrate Helpspace in your Laravel app

2333.7k](/packages/spatie-laravel-help-space)

PHPackages © 2026

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