vpodorozh/magento-cli-auto-proxy
最新稳定版本:1.2.0
Composer 安装命令:
composer require vpodorozh/magento-cli-auto-proxy
包简介
Makes all Magento CLI commands construct dependencies be injected as Proxy.
README 文档
README
Magento 2 - Auto Proxy to CLI class arguments
Automatically injects Proxy for any argument defined in CLI command class constructor.
About The Project
Purpose:
- eliminate issues while installation of your project with a fresh database (usually used with integration tests) - caused by not using Proxy in CLI of 3rd parties:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento2.flag' doesn't exist, query was: SELECT flag.* FROM flag WHERE (flag.flag_code='staging') - speed up
php bin/magentocommand execution;
Getting Started
Prerequisites
- Magento v2.4.* and upper
- composer v2 and upper
Structure
Installation
composer req run_as_root/magento-cli-auto-proxy:^1
Roadmap
- MVP release
- Documentation
- PHP 8 support
- Unit tests coverage
- Static tests coverage
- php linting
- phpcs
- phpmd
- phpstan
- Integration tests coverage
- Pipelines tests automation
- Static tests
- Unit tests
- Integration tests
- Magento multiversions tests
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
Vlad Podorozhnyi
Twitter:
Email: vpodorozh@gmail.com | vlad.podorozhnyi@run-as-root.sh
run_as_root GmbH
Twitter:
Email: info@run-as-root.sh
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 35
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-02