Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heptacom/heptaconnect-lib-sdk

Library for the Software Development Kit for HEPTAconnect packages like datasets, portals, storages and integrations
https://github.com/heptacom/heptaconnect-lib-sdk

development hacktoberfest heptaconnect sdk

Last synced: 3 months ago
JSON representation

Library for the Software Development Kit for HEPTAconnect packages like datasets, portals, storages and integrations

Awesome Lists containing this project

README

        

# HEPTAconnect SDK library
#### 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](https://heptaconnect.io/).

## System requirements

* PHP 7.4 or above

## Changelog

See the attached [CHANGELOG.md](./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](./CLA.md) after creating the pull request. [![CLA assistant](https://cla-assistant.io/readme/badge/HEPTACOM/heptaconnect-lib-sdk)](https://cla-assistant.io/HEPTACOM/heptaconnect-lib-sdk)

### Steps to contribute

1. Fork the repository
2. `git clone yourname/heptaconnect-lib-sdk`
3. Make your changes to master branch
4. Create your Pull-Request

### Check your changes

1. Check and fix code style `make cs-fix && 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.