PHPackages                             danskernesdigitalebibliotek/ddb-cover-service-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. danskernesdigitalebibliotek/ddb-cover-service-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

danskernesdigitalebibliotek/ddb-cover-service-php-client
========================================================

Api Client for DDF Cover Service

1.0.1(3y ago)01802AGPL-3.0-onlyPHPPHP &gt;=7

Since Feb 15Pushed 3y agoCompare

[ Source](https://github.com/danskernesdigitalebibliotek/ddb-cover-service-php-client)[ Packagist](https://packagist.org/packages/danskernesdigitalebibliotek/ddb-cover-service-php-client)[ Docs](https://github.com/danskernesdigitalebibliotek/ddb-cover-service-php-client)[ RSS](/packages/danskernesdigitalebibliotek-ddb-cover-service-php-client/feed)WikiDiscussions develop Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Api Client for DDF Cover Service
================================

[](#api-client-for-ddf-cover-service)

This is a PHP Api Client for DDF Cover Service. This service provides covers for library materials indexed by isbn, issn, faust, pid. The service is provided by [Danskernes Digitale Bibliotek](https://www.danskernesdigitalebibliotek.dk/)

### Authentication notes

[](#authentication-notes)

Authentication is done via OAuth2 against auth.dbc.dk. To obtain a valid token follow instructions in [1.2. Password Grant](https://github.com/DBCDK/hejmdal/blob/master/docs/oauth2.md#12-password-grant). To use the "Authorize" option in this tool use your 'client\_id' and 'client\_secret' and fill in '@' for both username and password.

### Implementation notes

[](#implementation-notes)

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- Package version: 2.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), do:

```
composer require danskernesdigitalebibliotek/ddb-cover-service-php-client

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to//vendor/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
