Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 215 Bytes

DDEX

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'));