PHPackages                             aydin-hassan/magento-connect-composer-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. aydin-hassan/magento-connect-composer-plugin

ActiveComposer-plugin

aydin-hassan/magento-connect-composer-plugin
============================================

1.4.2(7y ago)129.7k3PHP

Since Aug 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/AydinHassan/magento-connect-composer-plugin)[ Packagist](https://packagist.org/packages/aydin-hassan/magento-connect-composer-plugin)[ RSS](/packages/aydin-hassan-magento-connect-composer-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (10)Used By (0)

magento-connect-composer-plugin
===============================

[](#magento-connect-composer-plugin)

A Composer plugin to install packages from Magento Connect using `composer`, without using a custom `satis` install like

This tool replaces using `http://packages.firegento.com/` as I've found it to be unreliable, there are many packages found on connect that are not present. There seems to be a slight lag on new versions also. I created this plugin instead of contributing as it seems the source for the connect crawling is not public. I believe this tool is slightly more simple in its inner workings.

Setup
-----

[](#setup)

### Require this plugin:

[](#require-this-plugin)

```
composer require aydin-hassan/magento-connect-composer-plugin
```

### Define your connect packages:

[](#define-your-connect-packages)

```
{
    "name": "some-magento-project",
    "require": {
        "aydin-hassan/magento-connect-composer-plugin" : "~1.0"
    },
    "extra": {
        "connect-packages" : {
            "Adyen_Payment": "~2.3",
            "Aijko_WidgetImageChooser" : "*"
        }
    }
}
```

Note: The connect packages should be the conenct extenison key. The exact same case should be used as the connect server is case-sensitive. All versions available on connect will be available to you and you can use `composer`'s special operators such as `^` , `~` and `1.*`.

### Update!

[](#update)

```
composer update
```

Tip: If you use this plugin inconjunction with [magento-composer-installer](https://github.com/Cotya/magento-composer-installer) the modules will also be installed to your `magento-root-dir`.

Finding modules
---------------

[](#finding-modules)

Either use:

- [Magento Connect](http://www.magentocommerce.com/magento-connect/) or
- [Magento Extensions Download](http://ext.topmage.com/)

If you use connect you will need an account to view the extension key.

Notes
-----

[](#notes)

The first time you install the package, if you already have your extra defined, the connect packages will not be downloaded. This is due to the plugin needing to process the extra before composer performs dependency solving. Any events after the package has been installed for the first time are too late. However, a message will be printed in this circumstance telling you to run `composer update` again.

This problem is irrelevent if you first install the plugin then define your connect packages. This issue does not occur when installing from the lock file.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~164 days

Recently: every ~273 days

Total

9

Last Release

2596d ago

Major Versions

0.1.0 → 1.0.02015-08-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/421c0adaa533effb16310b34396c544663167970aa9eb6940edb6ed1917c963d?d=identicon)[AydinHassan](/maintainers/AydinHassan)

---

Top Contributors

[![AydinHassan](https://avatars.githubusercontent.com/u/2817002?v=4)](https://github.com/AydinHassan "AydinHassan (24 commits)")[![mikeymike](https://avatars.githubusercontent.com/u/2174476?v=4)](https://github.com/mikeymike "mikeymike (2 commits)")[![adam-paterson](https://avatars.githubusercontent.com/u/1008727?v=4)](https://github.com/adam-paterson "adam-paterson (1 commits)")[![JamelleG](https://avatars.githubusercontent.com/u/9504561?v=4)](https://github.com/JamelleG "JamelleG (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aydin-hassan-magento-connect-composer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/aydin-hassan-magento-connect-composer-plugin/health.svg)](https://phpackages.com/packages/aydin-hassan-magento-connect-composer-plugin)
```

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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