定制 steverobbins/magento-version-identification 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

steverobbins/magento-version-identification

最新稳定版本:v1.3.11

Composer 安装命令:

composer require steverobbins/magento-version-identification

包简介

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

README 文档

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/

统计信息

  • 总下载量: 7.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 20
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 20
  • Watchers: 5
  • Forks: 6
  • 开发语言: Roff

其他信息

  • 授权协议: CC-BY-4.0
  • 更新时间: 2015-08-26