magento / magento-cloud-components
magento/magento-cloud-components
Cloud Components Module for Magento 2.x
Magento Cloud Components
The Magento Cloud Components module extends Magento Commerce core functionality for sites deployed on the Cloud platform. This module contains cloud-specific functionality for use with the ece-tools package.
Contributing to the Magento Cloud Components Code Base
You can submit issues and pull requests to extend functionality or fix potential bugs. Improvements to Magento Cloud Components can include work such as improving the developer experience or optimizing the deployment process. If you find a bug or have a suggestion, let us know by creating a Github issue.
Note: This repository is not an official support channel. To receive project-specific help, submit a support ticket using the Magento Support Portal. Any support-related issues opened in this repository will be closed with a request to open a support ticket.
Magento Cloud Suite
The Magento Cloud Suite includes a set of packages designed to deploy and manage Magento Commerce installations on the Cloud platform.
- The ece-tools package - A set of scripts and tools designed to manage and deploy Cloud projects
- Magento Cloud Components package - Extended Magento Commerce core functionality for sites deployed on the Cloud platform
- Magento Cloud Docker package - Functionality and Docker images to deploy Magento Commerce to a local Cloud environment
- Magento Cloud Patches package - A set of patches which improve the integration of all Magento versions with Cloud environments
Useful Resources
- Release Notes
- Magento Cloud Guide DevDocs
- Cloud Knowledge Base and Support
- Cloud Slack Channel (join #cloud and #cloud-docker)
License
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Customer Agreement.
Open Software License (OSL 3.0). Please see LICENSE_OSL.txt for the full text of the OSL 3.0 license or contact [email protected] for a copy.
Subject to Licensee's payment of fees and compliance with the terms and conditions of the Customer Agreement, the Customer Agreement supersedes the OSL 3.0 license for each source file. Please visit https://magento.com/legal/terms for the full text of the
Customer Agreement.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.1.4 | stable | Fail | Magento 2.4.7-2.4.8 Details | 2026-03-06 06:18:25 |
| 1.1.3 | stable | Not tested | Not yet tested Details | 2025-08-07 16:32:56 |
| 1.1.2 | stable | Not tested | Not yet tested Details | 2025-06-03 16:49:47 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2025-02-06 17:23:19 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2024-10-07 18:27:42 |
| 1.0.14 | stable | Not tested | Not yet tested Details | 2024-04-08 20:08:34 |
| 1.0.13 | stable | Not tested | Not yet tested Details | 2023-03-13 15:45:51 |
| 1.0.12 | stable | Not tested | Not yet tested Details | 2022-09-14 13:36:59 |
| 1.0.11 | stable | Not tested | Not yet tested Details | 2022-08-05 14:14:05 |
| 1.0.10 | stable | Not tested | Not yet tested Details | 2022-03-15 15:11:34 |
| 1.0.9 | stable | Not tested | Not yet tested Details | 2021-10-26 17:08:16 |
| 1.0.8 | stable | Not tested | Not yet tested Details | 2021-07-29 18:34:07 |
| 1.0.7 | stable | Not tested | Not yet tested Details | 2020-09-08 15:03:00 |
| 1.0.6 | stable | Not tested | Not yet tested Details | 2020-08-05 15:27:21 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2020-06-26 18:11:20 |
| 1.0.4 | stable | Not tested | Not yet tested Details | 2020-06-24 16:57:19 |
| 1.0.3 | stable | Not tested | Not yet tested Details | 2020-02-26 14:54:39 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2020-02-05 21:50:14 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2019-07-23 20:36:48 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2019-06-12 19:25:37 |
Requires 4
| Package | Constraint |
|---|---|
| php | ^8.0 |
| ext-json | * |
| colinmollenhour/cache-backend-redis | ^1.14.2 |
| colinmollenhour/credis | ^1.6.0 || ^1.13 |
Requires-dev 10
| Package | Constraint |
|---|---|
| codeception/codeception | ^5.1 |
| codeception/module-asserts | ^3.0 |
| codeception/module-db | ^3.0 |
| codeception/module-phpbrowser | ^3.0 |
| codeception/module-rest | ^3.0 |
| consolidation/robo | ^3.0 || ^4.0 || ^5.0 |
| phpmd/phpmd | @stable |
| phpstan/phpstan | ~1.2.0 || ^2.0 |
| phpunit/phpunit | ^10.0 || ^12.0 |
| squizlabs/php_codesniffer | ^3.7 |
Suggests 3
| Package | Reason |
|---|---|
| magento/framework | * |
| magento/module-store | * |
| magento/module-url-rewrite | * |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 37 | 37 warnings (ruleset: Magento2) — 1 auto-fixable with phpcbf |
| PHPMD | Warning | 4 | 4 rule violations (UndefinedVariable:2, EmptyCatchBlock:1, MissingImport:1) |
| Cpd | Pass | 0 | |
| Composer validate | Info | 2 | valid; 2 advisory notes (composer validate --strict) |
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
No license declared
This package's composer.json doesn't declare a license, homepage, or authors. Check the source repository for terms of use.
More from magento
View vendorProvides critical fixes for Magento 2 Enterprise Edition
Provides quality patches for AdobeCommerce & Magento OpenSource
Provides tools to build and deploy Magento 2 Enterprise Edition
Magento Cloud Docker
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.