This repository was archived by the owner on Apr 18, 2026. It is now read-only.
v1.5.0
This release changes how filenames and mime types can be specified for uploads.
- New recommended parameter to specify the mime type during upload, see new parameter
mimeTypefor callPhotosLibraryClient->upload(...). - New parameter to specify the filename for
NewMediaItemobjects, see the new helper functionPhotosLibraryResourceFactory::newMediaItemWithDescriptionAndFileName(..). - Deprecated setting the filename during the upload request, instead, set the file name in the
NewMediaItemwhen callingbatchCreate(..).
See the PHPDoc reference documentation and the development guides for further details.