Download the PHP package vpodorozh/cli-construct-arg-auto-proxy-meta without Composer
On this page you can find all versions of the php package vpodorozh/cli-construct-arg-auto-proxy-meta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vpodorozh/cli-construct-arg-auto-proxy-meta
More information about vpodorozh/cli-construct-arg-auto-proxy-meta
Files in vpodorozh/cli-construct-arg-auto-proxy-meta
Download vpodorozh/cli-construct-arg-auto-proxy-meta
More information about vpodorozh/cli-construct-arg-auto-proxy-meta
Files in vpodorozh/cli-construct-arg-auto-proxy-meta
Vendor vpodorozh
Package cli-construct-arg-auto-proxy-meta
Short Description Makes all Magento CLI commands construct dependencies be injected as Proxy.
License
Package cli-construct-arg-auto-proxy-meta
Short Description Makes all Magento CLI commands construct dependencies be injected as Proxy.
License
Please rate this library. Is it a good library?
Informations about the package cli-construct-arg-auto-proxy-meta
title: [metapackage] Cli Constructor Arg Auto Proxy
keywords: CLI, Proxy, ObjectManager
author: Vlad Podorozhnyi
send_questions_to: [email protected] | [email protected]
category: System
[metapackage] Cli Constructor Arg Auto Proxy
Magento 2 - Auto Proxy to CLI class arguments
Automatically injects Proxy for any argument defined in CLI command class constructor.
About The Project
Purpose:
- speed up
php bin/magento
command execution; - eliminate
.flag table not found
issues while installation of your project with fresh database (usually used with integration tests) - caused by not using Proxy in CLI of 3rd parties.
Structure:
Project consists of 3 packages:
- Magento 2 Component:
vpodorozh/cli-construct-arg-auto-proxy-component
Provides entry point to Magento via global DI config. - Library:
vpodorozh/cli-construct-arg-auto-proxy-lib
Contains main logic about Proxy injection into CLI constructor args; - Metapackage:
vpodorozh/cli-construct-arg-auto-proxy-meta
Main package, orchestrate project from versioning and tracking points.
Getting Started
Prerequisites
- Magento v2.4.* and upper
- composer v2 and upper
Installation
Roadmap
- [x] MVP release
- [x] Documentation
- [ ] PHP 8 support (mostl likely supported already :suspect: )
- [ ] 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: [email protected]
All versions of cli-construct-arg-auto-proxy-meta with dependencies
PHP Build Version
Package Version
Requires
vpodorozh/cli-construct-arg-auto-proxy-lib Version
1.0.0
vpodorozh/cli-construct-arg-auto-proxy-component Version 1.0.0
vpodorozh/cli-construct-arg-auto-proxy-component Version 1.0.0
The package vpodorozh/cli-construct-arg-auto-proxy-meta contains the following files
Loading the files please wait ....