ec-europa/oe-poetry-client

Client library for the European Commission Poetry Service


License
EUPL-1.2

Documentation

Poetry Client Library

Build Status Packagist

The Poetry Client Library aims to hide Poetry service complexity behind and easy-to-use client library so that users don't have to worry about building their own request messages nor implementing SOAP interactions.

Installation using Docker Compose

The setup procedure can be simplified by using Docker Compose.

Requirements:

Copy docker-compose.yml.dist into docker-compose.yml.

You can make any alterations you need for your local Docker setup. However, the defaults should be enough to set the project up.

Run:

$ docker-compose up -d

Then:

$ docker-compose exec web composer install

For more information check the documentation here.