metrixhungary/configurator-integration-api

API for configurator integration

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.3 2019-07-03 12:00 UTC

This package is not auto-updated.

Last update: 2025-04-04 13:33:28 UTC


README

<?php

$integration = new \MetrixHungary\Integration(
    'https://example-configurator.domain.tld/api',
    'https://translation-service.domain.tld/messages/example',
     'de'
);

// please snapshot API when you want do something with snapshots
$snapshotApi = $integration->getSnapshotApi();

// please container API when you want do something with containers
$containerApi = $integration->getContainerApi();