digirati-co-uk / iiif-php

IIIF library for PHP
7 stars 2 forks source link

Added collections and lazy manifests #2

Closed stephenwf closed 7 years ago

stephenwf commented 7 years ago

See tests for usage, won't recursively load manifests until they are used. Simple loader so you can swap out for something like Guzzle if required, but file_get_contents by default.

Also added methods:

Collection::isCollection(array $data); and Manifest::isManifest(array $data);

for identifying resources for the IIIF Import module