-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
31 lines (31 loc) · 800 Bytes
/
.zenodo.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"title": "DataCite PHP SDK",
"description": "A modern PHP SDK for the DataCite REST API platform. Built with Saloon for maintainable HTTP integration, this SDK provides type-safe access to DataCite's DOI registration, metadata management, and retrieval operations.",
"license": "MIT",
"upload_type": "software",
"creators": [
{
"name": "Auger, Vincent",
"orcid": "0000-0002-0595-6576"
}
],
"keywords": [
"php",
"datacite",
"api",
"doi",
"digital-object-identifier",
"metadata",
"research-data",
"persistent-identifiers",
"sdk"
],
"related_identifiers": [
{
"identifier": "https://github.com/vincentauger/datacite-php-sdk",
"relation": "isSupplementTo",
"scheme": "url"
}
],
"language": "eng"
}