Skip to content

minhd/php-datacite-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PHP implementation of the Datacite client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages