PHPackages                             inviqa/magento-version-checker - 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. inviqa/magento-version-checker

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

inviqa/magento-version-checker
==============================

Ensures that a Magento module has the expected Magento version installed.

v0.2.1(9y ago)0361MITPHP

Since Apr 23Pushed 9y ago21 watchersCompare

[ Source](https://github.com/inviqa/magento-version-checker)[ Packagist](https://packagist.org/packages/inviqa/magento-version-checker)[ RSS](/packages/inviqa-magento-version-checker/feed)WikiDiscussions develop Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

magento-version-checker
=======================

[](#magento-version-checker)

Ensures that a Magento module has the expected Magento version installed.

How to use on a project
-----------------------

[](#how-to-use-on-a-project)

Run the following to add it to the composer.json of your Magento project.

```
composer require inviqa/magento-version-checker

```

It checks all the packages with the following type: "magento-module". When it matches it compares the current version (1.1x) and edition (Enterprise or Community) of Magento with the required Magento version of the module.

How to use with standalone Magento module
-----------------------------------------

[](#how-to-use-with-standalone-magento-module)

Run the following to add it to the composer.json of your Magento module.

```
composer require 'inviqa/magento-version-checker=1.*'

```

You need to specify the required magento versions in the extra section. You can specify the required enterprise and/or community edition as well.

```
"extra": {
    "magento-version-ee": "^1.12.0", // means >= 1.12.0 Enterpise Edition
    "magento-version-ce": "^1.9.0" // means >= 1.9.0 Community Edition
}

```

Known issues
------------

[](#known-issues)

You may get the error below when running composer install the first time.

```
[ErrorException]
  include(MagentoHackathon\Composer\Magento\Deploystrategy\.php): failed to open stream: No such file or directory

```

Workaround: run `composer install` again.

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

[](#contributing)

- Fork the repository `git clone git@github.com:inviqa/magento-version-checker.git`
- Create a topic branch `git checkout -b my_branch`
- Push to your branch `git push origin my_branch`
- Create a Pull Request from your branch, include as much documentation as you can in the commit message/pull request, following these guidelines on writing a good commit message
- That's it!

License
-------

[](#license)

```
Copyright:: 2015-2016 The Inviqa Group Ltd

See LICENSE file

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

3570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b33b247b870cf3add3d95961e04f7b87c63d0817af5c373837c28ae3c1aeaf0?d=identicon)[inviqa-session](/maintainers/inviqa-session)

---

Top Contributors

[![adragus-inviqa](https://avatars.githubusercontent.com/u/13104649?v=4)](https://github.com/adragus-inviqa "adragus-inviqa (2 commits)")[![andytson-inviqa](https://avatars.githubusercontent.com/u/11387086?v=4)](https://github.com/andytson-inviqa "andytson-inviqa (1 commits)")[![kispali](https://avatars.githubusercontent.com/u/1633146?v=4)](https://github.com/kispali "kispali (1 commits)")[![ubick](https://avatars.githubusercontent.com/u/904477?v=4)](https://github.com/ubick "ubick (1 commits)")

### Embed Badge

![Health badge](/badges/inviqa-magento-version-checker/health.svg)

```
[![Health](https://phpackages.com/badges/inviqa-magento-version-checker/health.svg)](https://phpackages.com/packages/inviqa-magento-version-checker)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74794.9M942](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M527](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M194](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41759.2k3](/packages/lullabot-drainpipe)

PHPackages © 2026

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