Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 262 Bytes

Installation

composer dump-autoload --optimize

Usage

$client = new MinhD\DataCiteClient($username, $password);
$xml = "<some sample XML here>";
$doi = "10.000/00/123456";
$url = "http://example.com";
$client->mint($doi, $url, $xml);