Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2forms/os2forms_egbolig
OS2Forms EGBolig integration
https://github.com/os2forms/os2forms_egbolig
Last synced: 2 months ago
JSON representation
OS2Forms EGBolig integration
- Host: GitHub
- URL: https://github.com/os2forms/os2forms_egbolig
- Owner: OS2Forms
- Created: 2020-08-04T11:16:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T12:18:09.000Z (7 months ago)
- Last Synced: 2024-10-28T12:11:38.406Z (3 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS2Forms EGBolig [![Build Status](https://travis-ci.org/OS2forms/os2forms_egbolig.svg?branch=8.x)](https://travis-ci.org/OS2forms/os2forms_egbolig)
## Module purpose
The aim of this module is to provide integration with EGBolig webform.
## How does it work
It adds custom behaviour to webform ```/os2forms-egbolig-webform```.
Settings page: ```admin/config/system/os2web-datalookup/egbolig```
* **EGBolig webservice URL** - URL of SOAP endpoint.
* **Run EGBolig in TEST mode** - If selected, the EGBolig will run in TEST mode, allowing to use test CPR instead of a real one.
* **Test CPR** - Test CPR will be used instead of the real one. Useful for testing different scenarios.## Install
OS2Web Data lookup provides integration with Danish data lookup services such as Service platformen or Datafordeler.
Module is available to download via composer.
```
composer require os2forms/os2forms_egbolig
drush en os2forms_egbolig
```## Update
Updating process for OS2Forms EGBolig module is similar to usual Drupal 8 module.
Use Composer's built-in command for listing packages that have updates available:```
composer outdated os2forms/os2forms_egbolig
```## Automated testing and code quality
See [OS2Web testing and CI information](https://github.com/OS2Web/docs#testing-and-ci)## Contribution
Project is opened for new features and os course bugfixes.
If you have any suggestion or you found a bug in project, you are very welcome
to create an issue in github repository issue tracker.
For issue description there is expected that you will provide clear and
sufficient information about your feature request or bug report.### Code review policy
See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)### Git name convention
See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)