Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Version Identification PHP

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/

About

Magento Version Identification in PHP

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages