Releases: google/php-photoslibrary
Releases · google/php-photoslibrary
v1.1.0
This release includes new calls for shared Albums and a new call to retrieve a list of media items by their ID:
- New call
batchGetMediaItems(..)
to retrieve a list of media items by their identifier - New call
leaveSharedAlbum(shareToken)
to leave a shared album a user has joined - New call
unshareAlbum(albumId)
to unshare a previously shared album and mark it as private - New call
getSharedAlbum(shareToken)
to retrieve an album by a share token
See the PHPDoc reference documentation and the development guides for further details.
Initial release
First release of the Google Photos Library API client library for PHP.
The library is available on PHP Packagist. See the readme for details on how to include it in your project as a dependency.
The PHPDoc is available here: https://google.github.io/php-photoslibrary/v1.0.0
Samples are available in the samples
branch. An archive with the latest samples is also attached to this release.
For general information about the Google Photos Library API, see the developer documentation at: http://developers.google.com/photos