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

Alveum/DDEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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