pennyblack/magento-app
最新稳定版本:0.2.4
Composer 安装命令:
composer require pennyblack/magento-app
包简介
Provides integration with Penny Black for Magento2
README 文档
README
This app has been developed against the 2.4.x version of Magento Open Source.
Prerequisites
- PHP >=7.4
- Composer
Installation
Module development
- Create an
auth.jsonfile in the root and configure it with the keys found in theMagento AccountLastpass entry. composer install- If you are using Guzzle 6.x then you will need some additional packages.
- You can check your version of Guzzle using
composer info guzzlehttp/guzzle | grep version - If this version is 6.x then run
composer require php-http/guzzle6-adapter guzzlehttp/psr7
- You can check your version of Guzzle using
Magento
If you are installing this module into your Magento shop, then you can install via composer.
composer require pennyblack/magento-app
Development
Tests & Linting
We use PHPUnit for our unit tests and PHPStan, PHP CodeSniffer and PHP Mess Detector for quality checks.
- Run
composer unit-testto run the unit test suite. - Run
composer quality-checkto run the quality check tools.
统计信息
- 总下载量: 2.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-14