steverobbins/magento-version-identification

A compiled list of files and their md5 hashes used to determine a Magento site's version

v1.3.11 2017-09-06 22:51 UTC

This package is auto-updated.

Last update: 2024-04-29 03:14:57 UTC


README

Packagist Code Quality Build Status

This is a PHP port of Magento Version Identification

See version.json.

Installation

git clone https://github.com/steverobbins/magento-version-identification-php
cd magento-version-identification-php
mkdir release
curl -sS https://getcomposer.org/installer | php
php composer.phar install

With Composer

"require": {
    "steverobbins/magento-version-identification": "dev-master"
}

Usage

Download your desired version(s) of Magento and place them in the release folder. They should be named CE-1.0, CE-1.1.0, EE-1.14.1.0, etc.

Run the generate command to create hashes of all* the files and save them to the md5 folder.

./bin/mvi generate

To update the version.json file with unique hashes, run the unique command.

./bin/mvi unique

To find the edition and version of a Magento installation, use the check command.

./bin/mvi check http://demo.magentocommerce.com/