heptacom / heptaconnect-storage-shopware-dal
HEPTAconnect package to use shopware DAL as underlying storage system
Installs: 20 948
Dependents: 3
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
- ext-json: *
- ext-zlib: *
- bentools/iterable-functions: ^1.4
- doctrine/dbal: >=2.11
- heptacom/heptaconnect-dataset-base: ^0.9.4
- heptacom/heptaconnect-portal-base: ^0.9.4
- heptacom/heptaconnect-storage-base: ^0.9.4
- ramsey/uuid: ^3.5 || ^4
- shopware/core: >=6.3
Requires (Dev)
- ext-json: *
- heptacom/heptaconnect-framework: dev-master
- infection/infection: >=0.21
- phpunit/phpunit: >=9.3 <10
- shopware/storefront: >=6.3
Conflicts
- nikic/php-parser: 4.7.0
README
This is part of HEPTACOM solutions for medium and large enterprises.
Description
This is a HEPTAconnect package that offers an implementation for the storage within shopware 6. Read more in the documentation.
System requirements
- PHP 8.3 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
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-storage-shopware-dal
- 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.