PHPackages                             ngyuki/composer-curl-plugin - 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. ngyuki/composer-curl-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

ngyuki/composer-curl-plugin
===========================

Composer Curl Plugin

52.2k2PHP

Since Jun 12Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ngyuki/composer-curl-plugin)[ Packagist](https://packagist.org/packages/ngyuki/composer-curl-plugin)[ RSS](/packages/ngyuki-composer-curl-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Composer Curl Plugin
====================

[](#composer-curl-plugin)

Install
-------

[](#install)

Install plugin

```
$ composer global require ngyuki/composer-curl-plugin:dev-master

```

Example
-------

[](#example)

Install symfony

```
$ composer require symfony/symfony:\*
```

Update without plugin

```
$ rm -fr ~/.composer/cache/repo/
$ composer update --dry-run --profile --no-plugins
 :
Memory usage: 92.4MB (peak: 111.41MB), time: 139.99s
```

Update with plugin

```
$ rm -fr ~/.composer/cache/repo/
$ composer update --dry-run --profile
 :
Memory usage: 92.61MB (peak: 111.62MB), time: 67.21s
```

Development
-----------

[](#development)

Clone Repository

```
$ git clone https://github.com/ngyuki/composer-curl-plugin.git
$ cd composer-curl-plugin
```

Run composer install

```
$ composer install
```

Make composer home and install plugin

```
$ misc/composer.php global require ngyuki/composer-curl-plugin:dev-master
```

Run tcpdump in other console

```
$ sudo tcpdump -nn 'host 87.98.253.214 and (tcp[tcpflags] & 255 == tcp-syn)'
```

Install symfony

```
$ misc/composer.php require symfony/symfony:\*
```

Update without plugin

```
$ rm -fr cache/repo/
$ misc/composer.php update --dry-run --profile --no-plugins -vvv
```

Update with plugin

```
$ rm -fr cache/repo/
$ misc/composer.php update --dry-run --profile -vvv
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/59c1a249461372e49b321fd58caa31e68cfa87cee38d3bb572a9993afaa99cab?d=identicon)[ngyuki](/maintainers/ngyuki)

---

Top Contributors

[![ngyuki](https://avatars.githubusercontent.com/u/1871654?v=4)](https://github.com/ngyuki "ngyuki (14 commits)")

### Embed Badge

![Health badge](/badges/ngyuki-composer-curl-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/ngyuki-composer-curl-plugin/health.svg)](https://phpackages.com/packages/ngyuki-composer-curl-plugin)
```

###  Alternatives

[lab1521/neaty-html

Cleans up HTML markup with Tidy

247.2k](/packages/lab1521-neaty-html)

PHPackages © 2026

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