2020-01-24 00:13:28 +01:00
{
2023-09-29 21:22:22 +02:00
"name" : "opencultureconsulting/simple-oai-pmh" ,
2020-01-24 00:13:28 +01:00
"description" : "This is a stand-alone and easy to install data provider implementing the Open Archives Initiative's Protocol for Metadata Harvesting (OAI-PMH)." ,
"type" : "project" ,
"keywords" : [
"oai" ,
"oai-pmh" ,
"data-provider" ,
"code4lib" ,
"repository"
] ,
2023-09-29 21:08:00 +02:00
"homepage" : "https://github.com/opencultureconsulting/simple-oai-pmh" ,
2020-01-24 00:13:28 +01:00
"readme" : "README.md" ,
"license" : [ "GPL-3.0-or-later" ] ,
"authors" : [
{
"name" : "Sebastian Meyer" ,
"email" : "sebastian.meyer@opencultureconsulting.com" ,
"homepage" : "https://www.opencultureconsulting.com" ,
"role" : "maintainer"
} ,
{
"name" : "Heinrich Stamerjohanns" ,
"email" : "stamer@uni-oldenburg.de" ,
"role" : "developer"
} ,
{
"name" : "Jianfeng Li" ,
"email" : "jianfeng.li@adelaide.edu.au" ,
"role" : "developer"
} ,
{
"name" : "Daniel Neis Araujo" ,
"email" : "danielneis@gmail.com" ,
"role" : "developer"
} ,
{
"name" : "Kazimierz Pietruszewski" ,
"email" : "antenna@antenna.io" ,
"role" : "developer"
}
] ,
"support" : {
2023-09-29 21:08:00 +02:00
"issues" : "https://github.com/opencultureconsulting/simple-oai-pmh/issues" ,
"source" : "https://github.com/opencultureconsulting/simple-oai-pmh" ,
"docs" : "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md"
2020-01-24 00:13:28 +01:00
} ,
"require" : {
2023-08-22 05:42:10 +02:00
"php" : "^7.0|^8.0" ,
2020-01-24 00:13:28 +01:00
"ext-xml" : "*"
} ,
2023-09-29 21:22:22 +02:00
"replace" : {
"opencultureconsulting/oai_pmh" : "self.version"
} ,
2020-01-24 00:13:28 +01:00
"autoload" : {
"psr-4" : {
"OCC\\OAI2\\" : "Classes/"
}
}
}