digirati-co-uk / iiif-php

IIIF library for PHP
7 stars 2 forks source link

Documentation or getting in touch #19

Open mistcat opened 7 years ago

mistcat commented 7 years ago

Hey fabulous IIIF developers,

We're working with the Folger Shakespeare Library in DC on a project implementing an IIIF api for their digital asset repository. We'd love to chat with you all about your work here and see if we can join in contributing or what not. Is there a way we can learn a little more about this project or peep some documentation for how you all are using this library?

Thanks!

tomcrane commented 7 years ago

Hi @mistcat

Our IIIF PHP library is built for our work with the Omeka S CMS. We definitely intend to return to this and make it a general and wider spec compliant implementation. Would be great to collaborate!

via @stephenwf:

The direct reply to your question about documentation is that there is not any documentation currently. The closest thing to documentation would probably be the tests: https://github.com/digirati-co-uk/iiif-php/blob/master/tests/model/ManifestTest.php

They cover some of the things you can do with the library, like:  

jrgriffiniii commented 6 years ago

@mistcat I have attempted to introduce some documentation using #21