https://github.com/heptacom/heptaconnect-sdk
Software Development Kit for HEPTAconnect packages like datasets, portals, storages and integrations
https://github.com/heptacom/heptaconnect-sdk
development hacktoberfest heptaconnect sdk
Last synced: over 1 year ago
JSON representation
Software Development Kit for HEPTAconnect packages like datasets, portals, storages and integrations
- Host: GitHub
- URL: https://github.com/heptacom/heptaconnect-sdk
- Owner: HEPTACOM
- License: agpl-3.0
- Created: 2020-11-04T07:06:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T02:56:42.000Z (over 4 years ago)
- Last Synced: 2025-01-03T22:16:18.901Z (over 1 year ago)
- Topics: development, hacktoberfest, heptaconnect, sdk
- Language: Makefile
- Homepage: https://heptaconnect.io
- Size: 110 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HEPTAconnect SDK
#### This is part of HEPTACOM solutions for medium and large enterprises.
## Description
This is a HEPTAconnect package to assist programming portals, datasets, storages and integrations.
Read more in the [documentation](https://heptaconnect.io/).
## System requirements
* PHP 7.4 or above
## 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](./CLA.md) after creating the pull request. [](https://cla-assistant.io/HEPTACOM/heptaconnect-sdk)
### Steps to contribute
1. Fork the repository
2. `git clone yourname/heptaconnect-sdk`
3. Make your changes to master branch
4. Create your Pull-Request
### Check your changes
1. Check and fix code style `make csfix && make cs`
2. Check tests `make test`
3. Check whether test code coverage is same or higher `make coverage`
4. 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](./LICENSE.md) (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](https://spdx.org/licenses/AGPL-3.0-or-later.html).
Contact us on [our website](https://www.heptacom.de) for further information about proprietary usage.