Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs authored Nov 4, 2018
1 parent 491be1c commit 590f434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**THIS PACKAGE IS STILL IN DEVELOPMENT**

# Image IIIF

This package implements the [IIIF Image API 2.1](http://iiif.io/api/image/2.1/), it is unopinionated about implementation and many of the `MUST` features are not included because it does not include an actual implementation only the means to create one. I consider it a bring your own framework solution for implementing Image API 2.1 with PHP. The package utilizes the [Intervention Image](http://image.intervention.io/) package for manipulations. I have provided Intervention filters for each of the 5 IIIF parameters that can be used independently of the `$factory()->load()->withParameters()` pipeline methods. I have also provided Regex within config for validation of image request parameters.
Expand Down

0 comments on commit 590f434

Please sign in to comment.