2017 © Pedro Peláez
 

drupal-module nexteuropa_poetry

NextEuropa integration for Poetry Client.

image

ec-europa/nexteuropa_poetry

NextEuropa integration for Poetry Client.

  • Thursday, February 22, 2018
  • by ademarco
  • Repository
  • 24 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

NextEuropa Poetry

Build Status, (*1)

Development setup

Run:, (*2)

$ composer install

This will download all development dependencies and build a Drupal 7 target site under ./build and run ./vendor/bin/run drupal:site-setup to setup proper symlink and produce necessary scaffolding files., (*3)

After that:, (*4)

  1. Copy runner.yml.dist into runner.yml and customise relevant parameters.
  2. Run ./vendor/bin/run drupal:site-install to install the project having the NextEuropa Poetry module enabled.

To have a complete list of building options run:, (*5)

$ ./vendor/bin/run

Configuration

After installing the module a new administration page will be available in admin/config/regional/poetry-client., (*6)

For the Remote service (Poetry) Username and Password, and the Notification handler (Callback) Username and Password, use the same credentials as for the DGT Connector, (*7)

Set the following value for Service WSDL according to your environment:, (*8)

  • Production: http://intragate.ec.europa.eu/DGT/poetry_services/components/poetry.cfc?wsdl
  • Testing: http://intragate.test.ec.europa.eu/DGT/poetry_services/components/poetry.cfc?wsdl

Usage

The following code will give you a Poetry Client object:, (*9)

$poetry = nexteuropa_poetry_client();

The Versions