Download the PHP package os2web/os2web_datalookup without Composer
On this page you can find all versions of the php package os2web/os2web_datalookup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package os2web_datalookup
OS2Web Data lookup 
Install
OS2Web Data lookup provides integration with Danish data lookup services such as Service platformen or Datafordeler. Module is available to download via composer.
Update
Updating process for OS2Web Data lookup module is similar to the usual Drupal 8 module. Use Composer's built-in command for listing packages that have updates available:
Automated testing and code quality
See OS2Web testing and CI information
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
Git name convention
See OS2Web git name convention
Using services in other modules
New services/features
Datafordeler integration (https://datafordeler.dk)
In the scope of os2forms project already implemented light integration with Danmarks Adresseregister (DAR) via fetching data for form elements autocomplete.
As soon as it is clear how the integration is going to be used, then os2forms_dawa will be refactored to OS2Web Data lookup plugin.
Important notes
Serviceplatformen plugins
Settings for CPR and CVR serviceplatformen plugins are storing as configuration
in db and will(could) be exported as yml
file via Drupal's configuration
management system. And afterward could be tracked by git
.
If case you have public access to your git repository, all settings from plugins will be exposed for third persons.
To avoid/prevent this behavior, we recommend use Config ignore
module, where
you can add all settings you do not want to export/import via the configuration
management system.
Coding standards
Our coding are checked by GitHub Actions (cf. .github/workflows/pr.yml). Use the commands below to run the checks locally.
PHP
Markdown
Code analysis
We use PHPStan for static code analysis.
Running statis code analysis on a standalone Drupal module is a bit tricky, so we use a helper script to run the analysis: