opencultureconsulting / oai-pmh2
This is a stand-alone OAI-PMH 2.0 data provider. It serves records in any XML metadata format from a database, supports deleted records, resumption tokens and sets.
Fund package maintenance!
sebastian-meyer
paypal.me/sebastianmeyer
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^8.1
- composer-runtime-api: ^2.1
- ext-dom: *
- ext-simplexml: *
- ext-sqlite3: *
- ext-zip: *
- composer/composer: ^2.8
- doctrine/dbal: ^4.2
- doctrine/migrations: ^3.9
- doctrine/orm: ^3.5
- opencultureconsulting/basics: ^2.1
- opencultureconsulting/psr15: ^1.3
- symfony/cache: ^6.4
- symfony/console: ^6.4
- symfony/filesystem: ^6.4
- symfony/http-client: ^6.4
- symfony/validator: ^6.4
- symfony/yaml: ^6.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.86
- phpdocumentor/shim: ^3.8
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^2.1
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- squizlabs/php_codesniffer: ^3.13
- vimeo/psalm: ^6.13
README
A stand-alone, easy to maintain application for providing a data service following the Open Archives Initiative Protocol for Metadata Harvesting 2.0 (OAI-PMH2).
The OAI-PMH2 Data Provider serves records in multiple XML formats from any SQL database. It supports persistent deletion policies by transparently keeping track of deleted records, can manage hierarchical sets with descriptions and uses resumption tokens for flow control.
This application follows the highest coding standards of PHPStan, Psalm, PHP Mess Detector, PHP_CodeSniffer, and complies to PSR-12 code style guidelines to make sure it is reliable, maintainable and easily reusable.
Quick Start
The intended and recommended way of installing this application is via Composer. The following command will get you the latest version:
composer create-project opencultureconsulting/oai-pmh2 --ask --no-dev
All available versions as well as further information about requirements and dependencies can be found on Packagist.
Full Documentation
The full documentation is available on GitHub Pages or alternatively in doc/.