steverobbins / magento-version-identification
A compiled list of files and their md5 hashes used to determine a Magento site's version
Installs: 7 643
Dependents: 1
Suggesters: 0
Security: 0
Stars: 20
Watchers: 5
Forks: 6
Open Issues: 0
Language:Roff
Requires
- symfony/console: ^3.0
Requires (Dev)
README
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/