PHPackages                             narrowspark/automatic-composer-prefetcher - 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. narrowspark/automatic-composer-prefetcher

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

narrowspark/automatic-composer-prefetcher
=========================================

A composer plugin that prefetch composer packages for a faster download.

0.13.1(6y ago)636.2k[1 PRs](https://github.com/narrowspark/automatic-composer-prefetcher/pulls)MITPHPPHP ^7.1

Since Oct 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/narrowspark/automatic-composer-prefetcher)[ Packagist](https://packagist.org/packages/narrowspark/automatic-composer-prefetcher)[ Docs](http://github.com/narrowspark/automatic)[ RSS](/packages/narrowspark-automatic-composer-prefetcher/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Narrowspark Automatic Prefetcher
================================

[](#narrowspark-automatic-prefetcher)

 [![](https://camo.githubusercontent.com/618f3275c5f430ee1f70dc2e7b396bb5e82ca547a7693abfd95c04f40b34f67f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6172726f77737061726b2f6175746f6d617469632e7376673f7374796c653d666c61742d737175617265)](https://github.com/narrowspark/automatic/releases) [![](https://camo.githubusercontent.com/a4fe7000eff0deee11fb18648b92bea8bc241cb65e3842d640c073f5c459d4d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e332e302d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/) [![](https://camo.githubusercontent.com/480e443bc4f5dddd81f5b7eaa8a97211efd6d2aa940017fc2d5db4dd28395f1f/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6e6172726f77737061726b2f6175746f6d617469632f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/narrowspark/automatic) [![](https://camo.githubusercontent.com/e43e27acff50e6ee0656e0a112d484ff55f844ff10e79b3d17641033ea51d18f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374796c652d6c6576656c253230372d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d7068707374616e)](#) [![](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://opensource.org/licenses/MIT)

> **Note** This package is part of the [Narrowspark automatic](https://github.com/narrowspark/automatic).

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/) to install this package:

```
composer global require narrowspark/automatic-composer-prefetcher --dev
```

Usage
-----

[](#usage)

The prefetcher will be executed when `composer require` , `composer install` or `composer update`is used, you will experience a speed up of composer package installations.

Narrowspark Automatic Prefetcher supports on `skipping legacy package tags`.

You have two ways to skip old tags of a package.

The first one is to use the `composer.json extra` field, add `prefetcher` inside of this a `require` key, then you packages with the version you want start skipping.

```
{
    "extra": {
        "prefetcher": {
            "require": {
                "symfony/symfony": "4.2.*",
                "next package": "1.*"
            }
        }
    }
}
```

And the second one is to use the global `env` variable

```
export AUTOMATIC_PREFETCHER_REQUIRE="symfony/symfony:4.2.*[, and you next package]"
```

Versioning
----------

[](#versioning)

This library follows semantic versioning, and additions to the code ruleset are performed in major releases.

Changelog
---------

[](#changelog)

Please have a look at [`CHANGELOG.md`](https://github.com/narrowspark/automatic/blob/master/CHANGELOG.md).

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

[](#contributing)

Please have a look at [`CONTRIBUTING.md`](https://github.com/narrowspark/automatic/blob/master/.github/CONTRIBUTING.md).

Code of Conduct
---------------

[](#code-of-conduct)

Please have a look at [`CODE_OF_CONDUCT.md`](https://github.com/narrowspark/automatic/blob/master/.github/CODE_OF_CONDUCT.md).

Credits
-------

[](#credits)

- [Daniel Bannert](https://github.com/prisis)
- [All Contributors](https://github.com/narrowspark/automatic/graphs/contributors)
- Narrowspark Automatic has been inspired by [symfony/flex](https://github.com/symfony/flex)

License
-------

[](#license)

This package is licensed using the MIT License.

Please have a look at [`LICENSE.md`](LICENSE.md).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~16 days

Total

2

Last Release

2360d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca62e19a98f43cce88fa6733762bebbe26f4e7ee0b3d8defdadfd0b7082f77a0?d=identicon)[dani33](/maintainers/dani33)

---

Top Contributors

[![prisis](https://avatars.githubusercontent.com/u/2716058?v=4)](https://github.com/prisis "prisis (25 commits)")

---

Tags

composernarrowspark-automaticprefetchercomposerprefetchlibrarydiscoverySkeletonautomaticnarrowsparkviserioconfiguratorsprefetcher

### Embed Badge

![Health badge](/badges/narrowspark-automatic-composer-prefetcher/health.svg)

```
[![Health](https://phpackages.com/badges/narrowspark-automatic-composer-prefetcher/health.svg)](https://phpackages.com/packages/narrowspark-automatic-composer-prefetcher)
```

###  Alternatives

[cybercog/laravel-paket

Composer personal web interface. Manage Laravel dependencies without switching to command line!

1753.3k](/packages/cybercog-laravel-paket)[compwright/codeigniter-installers

Composer installers for CodeIgniter

2982.0k4](/packages/compwright-codeigniter-installers)[aniftyco/skeletor

Summon Skeletor's minion: a Composer companion to unleash extra functionality with every `create-project` command.

961.6k2](/packages/aniftyco-skeletor)[sllh/composer-lint

Extends the composer validate command with extra rules

14214.6k7](/packages/sllh-composer-lint)[wilianx7/php-recurring

PHP library to make getting dates easier when working with recurring tasks.

1045.0k](/packages/wilianx7-php-recurring)

PHPackages © 2026

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