a42 / product-magento-micro-edition
This is a fork of the magento/product-magento-micro-edition metapackage orientated to microservice architecture.
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ~7.3.0||~7.4.0||~8.0.0
- ext-bcmath: *
- ext-ctype: *
- ext-curl: *
- ext-dom: *
- ext-gd: *
- ext-hash: *
- ext-iconv: *
- ext-intl: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo_mysql: *
- ext-simplexml: *
- ext-soap: *
- ext-sodium: *
- ext-xsl: *
- ext-zip: *
- lib-libxml: *
- colinmollenhour/cache-backend-file: ~1.4.5
- colinmollenhour/cache-backend-redis: ~1.14.2
- colinmollenhour/credis: ~1.12.1
- colinmollenhour/php-redis-session-abstract: ~1.4.4
- composer/composer: ^1.9 || ^2.0
- magento/framework: 103.0.*
- magento/magento2-base: 2.4.3-p1
- monolog/monolog: ^1.17
Requires (Dev)
- allure-framework/allure-phpunit: ~1.4
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- friendsofphp/php-cs-fixer: ~2.18.1
- lusitanian/oauth: ~0.8.10
- magento/magento-coding-standard: *
- magento/magento2-functional-testing-framework: ^3.0
- pdepend/pdepend: ~2.7.1
- phpcompatibility/php-compatibility: ^9.3
- phpmd/phpmd: ^2.8.0
- phpstan/phpstan: ^0.12.77
- phpunit/phpunit: ^9
- sebastian/phpcpd: ^6.0.3
- squizlabs/php_codesniffer: ~3.5.4
- symfony/finder: ^5.2
Conflicts
- gene/bluefoot: *
Replaces
- magento/product-community-edition: *
- magento/product-enterprise-edition: *
This package is auto-updated.
Last update: 2024-11-09 20:07:07 UTC
README
This is a fork of the magento/community-edition product orientated to microservice architecture. This is a ready-to-use Magento 2 framework with a light number of dependencies and a minimal number of Magento modules installed. This is offering an easy-to-use solution to spin up Magento 2 projects as microservices.
This package is a composer metapackage containing all dependencies needed to spin up new light Magento 2 Microservice instances.
Used for this project https://packagist.org/packages/a42/magento-micro-edition
Original project details
Magento 2, a cutting-edge, feature-rich eCommerce solution. More information are available online about the platform Magento 2 project
Magento System Requirements
This project has the original requirements of the main project:
Install Magento
This package will install the Magento Framework and the base structure for a project setup:
composer create-project a42/magento-micro-edition
The overall installation guide could be fond in original documentation:
Contributing to the Magento 2 Code Base
Any community contribution (code/documentation/testing) will be highly appreciated.