Skip to content

Releases: google/php-photoslibrary

v1.1.0

30 Nov 05:20
Compare
Choose a tag to compare

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

06 Sep 02:19
Compare
Choose a tag to compare

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