heptacom / heptaconnect-lib-sdk
Library for the Software Development Kit for HEPTAconnect
Requires
- php: >=7.4
- ext-json: *
- ext-mbstring: *
- bentools/iterable-functions: ^1.4
- composer/composer: >=1
- composer/package-versions-deprecated: ^1.8
- doctrine/dbal: >=2.1
- friendsofphp/php-cs-fixer: ^2.16
- heptacom/heptaconnect-bridge-shopware-platform: ^0.8
- heptacom/heptaconnect-core: ^0.8
- heptacom/heptaconnect-portal-base: ^0.8
- heptacom/heptaconnect-storage-base: ^0.8
- psy/psysh: @stable
- shopware/administration: ~6.4
- shopware/core: ~6.4
- shopware/storefront: ~6.4
- symfony/config: ^4.4 || ^5.0
- symfony/console: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/process: ^4.4 || ^5.0
Requires (Dev)
- dq5studios/psalm-junit: >=2
- ergebnis/composer-normalize: >=2.7
- icanhazstring/composer-unused: >=0.7
- infection/infection: >=0.21
- maglnet/composer-require-checker: >=2
- mavimo/phpstan-junit: >=0.3
- phpmd/phpmd: @stable
- phpstan/extension-installer: >=1
- phpstan/phpstan: >=0.12
- phpstan/phpstan-deprecation-rules: >=0.12
- phpstan/phpstan-phpunit: >=0.12
- phpstan/phpstan-strict-rules: >=0.12
- phpunit/phpunit: >=9.3 <10
- psalm/plugin-phpunit: >=0.10
- vimeo/psalm: >=4
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 to assist working with the SDK as this supplies a runtime for the SDK to work in. Read more in the documentation.
System requirements
- PHP 7.4 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-lib-sdk
- 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.