heptacom/heptaconnect-bridge-shopware-platform
最新稳定版本:0.9.8.1
Composer 安装命令:
composer require heptacom/heptaconnect-bridge-shopware-platform
包简介
HEPTAconnect package to support a runtime in a shopware platform project
README 文档
README
This is part of HEPTACOM solutions for medium and large enterprises.
Description
This is the HEPTAconnect package to provide a runtime in a shopware platform project. Read more in the documentation.
System requirements
- PHP 8.0 or above
Changelog
See the attached CHANGELOG.md file for a complete version history and release notes.
Additional development requirements
- Make
- Any debugging/coverage php extension like xdebug or pcov
- Everything a shopware platform project needs like mysql and several more php extensions
For running tests locally you need a mysql database.
The tests need the connection details in the .env.test and an already created database with the default schema.
You can generate the default schema using the following command:
$ echo "set names 'utf8'; source vendor/shopware/core/schema.sql;" | mysql # your credentials
Contributing
Thank you for considering contributing to this package! Be sure to sign the CLA after creating the pull request.
Steps to contribute
- Fork the repository
git clone yourname/heptaconnect-bridge-shopware-platform- Make your changes to master branch
- Create your Pull-Request
Check your changes
- Check and fix code style
make cs-fix && make cs - Check tests
make test - Check whether test code coverage is same or higher
make coverage - Check whether tests can find future obscurities
make infection
License
Copyright 2020 HEPTACOM GmbH
Dual licensed under the GNU Affero General Public License v3.0 (the "License") and proprietary license; you may not use this project except in compliance with the License. You may obtain a copy of the AGPL License at https://spdx.org/licenses/AGPL-3.0-or-later.html. Contact us on our website for further information about proprietary usage.
统计信息
- 总下载量: 24.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2021-06-28