ec-europa / nexteuropa_poetry
NextEuropa integration for Poetry Client.
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 30
Forks: 1
Open Issues: 2
Type:drupal-module
Requires
- php: >=5.6
- drupal/registry_autoload: ^1.0
- drupol/drupal7_psr3_watchdog: ^1.0
- ec-europa/oe-poetry-client: ^0.3
Requires (Dev)
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal-composer/preserve-paths: ^0.1
- drupal/composer_autoloader: ^1.0
- drupal/drupal: ~7.0
- drupal/drupal-extension: ~3.0
- drush/drush: ^8
- ec-europa/oe-poetry-behat: ^0.3
- mikey179/vfsstream: ~1.2
- openeuropa/code-review: ^0.2
- openeuropa/task-runner: ^0.4
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
This package is auto-updated.
Last update: 2024-10-22 20:42:57 UTC
README
Development setup
Run:
$ 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.
After that:
- Copy
runner.yml.dist
intorunner.yml
and customise relevant parameters. - 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:
$ ./vendor/bin/run
Configuration
After installing the module a new administration page will be available in admin/config/regional/poetry-client
.
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
Set the following value for Service WSDL
according to your environment:
- 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:
$poetry = nexteuropa_poetry_client();