a42 / magento-micro-edition
This is a fork of the magento/magento2 project orientated to microservice architecture.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- a42/product-magento-micro-edition: ~1.243.1
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/community-edition: *
- magento/enterprise-edition: *
This package is auto-updated.
Last update: 2024-11-09 20:17:43 UTC
README
This is a fork of the magento/magento2 project 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 project package configured to easily boostrap new Magento Microservices instances.
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.