PHPackages                             awstudio/google-photos-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. awstudio/google-photos-api

AbandonedArchivedLibrary[API Development](/categories/api)

awstudio/google-photos-api
==========================

Google Photos API using Picasa endpoints. Let You get Albums, Pictures and Videos of Users with the acces token

2.1.2(7y ago)58.1k1MITPHPPHP &gt;=5.5.0

Since Nov 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/awstudio-paris/Google-Photos-API)[ Packagist](https://packagist.org/packages/awstudio/google-photos-api)[ RSS](/packages/awstudio-google-photos-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

Google-Photos-API
=================

[](#google-photos-api)

Inspired by [oc-GooglePhotos-plugin](https://github.com/inetis-ch/oc-GooglePhotos-plugin) and developed by [AWStudio](http://www.awstudio.es)

Description
-----------

[](#description)

This library provides an interface to access to google photos using [Picasa API](https://developers.google.com/gdata/docs/2.0/reference). The Picasa API is deprecated, you should only use this client if you want to get Album information, if you don't care about it, you should use the Google Drive API to get the photos.

Instalation
-----------

[](#instalation)

You can use composer to install it:

```
composer require awstudio/google-photos-api

```

Usage
-----

[](#usage)

To use the client you will need a Google Access Token. Check it [here](#access_token) to know how to get it.

```
