alveum/ddex

This package is abandoned and no longer maintained. No replacement package was suggested.

A library to browse through the DDEX DPID database.

v0.1 2017-01-26 20:58 UTC

This package is not auto-updated.

Last update: 2021-09-07 13:43:08 UTC


README

A library to get DDEX party details.

Example

<?php

require 'vendor/autoload.php';

$d = new \Alveum\DDEX\DDEX('ddex@example.com', 'secret');
var_dump($d->getPartyById('PA-DPIDA-2016121410-U'));