2017 © Pedro Peláez
 

library iiif-bundle

IIIF Bundle for symfony

image

subugoe/iiif-bundle

IIIF Bundle for symfony

  • Tuesday, June 5, 2018
  • by ipf
  • Repository
  • 2 Watchers
  • 3 Stars
  • 1,021 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 51 Versions
  • 9 % Grown

The README.md

IIIF Bundle

This is a Symfony 5.x/6.x Bundle to get an IIIF Representation out of arbitrary data structures., (*1)

Example configuration

subugoe_iiif:
  image:
    http:
        scheme:           "https"
        host:             "images.example.com"
    tile_width:           512
    thumbnail_size:       "96,"
    zoom_levels:          [1, 2, 4, 8, 16]
  presentation:
    logo:                 "http://service.example.com/fileadmin/gdz/layout/head_logo.jpg"
    service_id:           "http://service.exmple.com/"
    http:
        scheme:           "https"
        host:             "manifests.example.com"

Format translator

It is also necessary to define a so-called translator-service with the name subugoe_iiif.translator, i.e.:, (*2)

  Subugoe\IIIFBundle\Translator\TranslatorInterface:
    class:      Subugoe\IIIFBundle\Translator\SubugoeTranslator
    arguments:  ["@subugoe_find.search_service"]

The translator has to implement the Subugoe\IIIFBundle\Translator\TranslatorInterface. An example translator is bundled, see the SubugoeTranslator class., (*3)

File systems

This bundle uses Flysystem, for retrieving and storing (a.k.a. caching) the tiles and thumbnails. If caching should not be enabled the Null Adapter should be used. The FlysystemBundle is already required in the composer manifest. Please have a look at the FlysystemBundle documentation for the configuration options and available bundles. The adapter that fits to your needs has to be required in the main composer manifest of your application., (*4)

For caching, a flysystem configuration has to be enabled like that:, (*5)

oneup_flysystem:
    adapters:
        cache_adapter:
            awss3v3:
                client: foo.s3_client
                bucket: 'foo'
                prefix: 'cache'
        source_adapter:
            custom:
                service: httpfilesystem_service

    filesystems:
        subugoe_iiif_cache:
            adapter: cache_adapter
            alias: cache_filesystem
        subugoe_iiif_source:
            adapter: source_adapter
            alias: source_filesystem

Please note, that it has to be named cache_filesystem to be used. The source filesystem (where the original scans reside) has to be aliased or named source_filesystem., (*6)

The Versions

05/06 2018

dev-master

9999999-dev

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0 AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

05/06 2018

0.9.1

0.9.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

16/04 2018

dev-removeLogPartWork

dev-removeLogPartWork

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

02/03 2018

0.9.0

0.9.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

02/03 2018

dev-adaptDocstrctMapping

dev-adaptDocstrctMapping

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

05/02 2018

0.8.0

0.8.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

29/01 2018

0.7.2

0.7.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0-or-later

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

29/01 2018

0.7.1

0.7.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

08/12 2017

0.7.0

0.7.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

04/12 2017

0.6.2

0.6.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

01/12 2017

0.6.1

0.6.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

30/11 2017

0.6.0

0.6.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

30/11 2017

0.5.7

0.5.7.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

29/11 2017

0.5.6

0.5.6.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

29/11 2017

0.5.5

0.5.5.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

16/11 2017

0.5.4

0.5.4.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

13/10 2017

0.5.3

0.5.3.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

10/10 2017

0.5.2

0.5.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

09/10 2017

0.5.1

0.5.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

09/10 2017

0.5.0

0.5.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

05/10 2017

0.4.8

0.4.8.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

05/10 2017

0.4.7

0.4.7.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

28/09 2017

0.4.6

0.4.6.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

31/08 2017

0.4.5

0.4.5.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

18/08 2017

0.4.4

0.4.4.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

18/08 2017

0.4.3

0.4.3.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

14/08 2017

0.4.2

0.4.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

11/08 2017

0.4.1

0.4.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

07/08 2017

0.4.0

0.4.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

07/08 2017

0.3.11

0.3.11.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

04/08 2017

0.3.10

0.3.10.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

03/08 2017

0.3.9

0.3.9.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

03/08 2017

0.3.8

0.3.8.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

03/08 2017

0.3.7

0.3.7.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

31/07 2017

0.3.6

0.3.6.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

06/07 2017

0.3.5

0.3.5.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

05/07 2017

0.3.4

0.3.4.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

04/07 2017

0.3.3

0.3.3.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

04/07 2017

0.3.2

0.3.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

28/06 2017

0.3.1

0.3.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

28/06 2017

0.3.0

0.3.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

27/06 2017

0.2.8

0.2.8.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.7

0.2.7.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.6

0.2.6.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.5

0.2.5.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.4

0.2.4.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.3

0.2.3.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

26/06 2017

0.2.2

0.2.2.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

23/06 2017

0.2.1

0.2.1.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

21/06 2017

0.2.0

0.2.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi

01/06 2017

0.1.0

0.1.0.0

IIIF Bundle for symfony

  Sources   Download

AGPL-3.0

The Requires

 

The Development Requires

by Ingo Pfennigstorf
by Ali Sajedi