定制 roma-glushko/grumphp-magento2 二次开发

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

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

roma-glushko/grumphp-magento2

Composer 安装命令:

composer require roma-glushko/grumphp-magento2

包简介

Magento 2 specific tasks for GrumPHP

README 文档

README

Latest Stable Version License

Magento 2 specific tasks for GrumPHP checker

Installation

The easiest way to install this package is through composer:

composer require --dev roma-glushko/grumphp-magento2

Add the extension loader to your grumphp.yml

parameters:
    extensions:
        - Glushko\GrumphpMagento2\Extension\Loader

Usage

🛠 MagentoModuleRegistration

It's a common practice to commit config.php file in Magento 2. Especially, the file is useful for managing modules. The common issue is when during development people forget to register newly added modules to the config.php which can lead to outcomes that hard to troubleshoot. This task helps to watch for such cases and let to know when registration is missing.

To use this task, just specify this inside grumphp.yml in the tasks: section.

parameters:
    tasks:
        magento2-module-registration:
            composer_json_path: ~
            composer_home_path: ~
            configphp_path: ~
            allowed_package_types: ~
            custom_module_pattern: ~
            allowed_packages:
                magento/data-migration-tool: ["Magento_DataMigrationTool"]
                another-vendor/cool-module: ["AnotherVendor_CoolModule"]
            

composer_json_path

Default: ./composer.json

Path to composer.json file of the project. This file will be used to find Magento modules installed via Composer.

composer_home_path

Default: ./var/composer_home

Path to Composer Home directory.

configphp_path

Default: ./app/etc/config.php

Path to config.php file of the project.

allowed_package_types

Default: ['magento2-module', 'magento2-component']

Magento package types that we need to track during checking of packages. Sometimes vendors don't specify package type, but normally they should.

allowed_packages

Default: ["magento/data-migration-tool": ["Magento_DataMigrationTool"]]

In case module vendor did not created a module in a normal way (no package type was specified or psr-4 autoloader prefix is different then module name), this config helps to watch for such packages. Key of the array is a package name. The value is a list of module names that the package brings.

custom_module_pattern

Default: ./app/code/*/*/registration.php

A glob() pattern that helps to find custom non-composer magento modules.

🛠 MagentoLogNotification

It's useful to be notified when you have recently added records in Magento logs. This tasks checks log files located under log_patterns and informs if there are logs that have been added inside of time frame defined in record_stale_threshold. The exclude_severities helps to reduce noisy records.

parameters:
    tasks:
        magento2-log-notification:
            log_patterns:
              - "./var/*/*.log"
            record_stale_threshold: 1 # in days
            exclude_severities:
              - "INFO"
              - "DEBUG"

log_patterns

Default: ./var/*/*.log

Paths where log files should be watched

record_stale_threshold

Default: 1

Stale threshold (in days) that helps to ignore old records in logs.

exclude_severities

Default: INFO, DEBUG

This config excludes records with specified severity levels.

roma-glushko/grumphp-magento2 适用场景与选型建议

roma-glushko/grumphp-magento2 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5k 次下载、GitHub Stars 达 6, 最近一次更新时间为 2020 年 03 月 29 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 roma-glushko/grumphp-magento2 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 roma-glushko/grumphp-magento2 我们能提供哪些服务?
定制开发 / 二次开发

基于 roma-glushko/grumphp-magento2 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-29