PHPackages                             robert-mill/googlephotos - 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. [Image &amp; Media](/categories/media)
4. /
5. robert-mill/googlephotos

ActiveLibrary[Image &amp; Media](/categories/media)

robert-mill/googlephotos
========================

08PHP

Since Oct 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/robert-mill/googlephotos)[ Packagist](https://packagist.org/packages/robert-mill/googlephotos)[ RSS](/packages/robert-mill-googlephotos/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

googlephotos
============

[](#googlephotos)

This is a working application but will also be continuously worked on I created this as a class because I want to add other functionality later.

simple class to get google photos from a google drive folder

install by composer

composer require robert-mill/googlephotos:dev-master

1. in google drive navigate to the folder containing the photos/images to be displayed.
2. open folder and copy the url from the top of the browser
3. the url can be saved into a databse and called any way you wish or pasted directly into a new instance of the class

    require\_once './robert-mill/classes/GooglePhotos.php';

    ```
     $albumid = '0B3WE-Ir69w7CQnlHREp4TFJmWk0';
     $googlepicsClass = new robertmill\classes\GooglePhotos($albumid);

     $data = $googlepicsClass->buildAlbum();
     echo $data;

    ```
4. Style the iframe to fit

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6ebb178994dc90d4169ad9d41ac7b67580f8201738df3b39b80706d8eac7585?d=identicon)[Mill](/maintainers/Mill)

---

Top Contributors

[![robert-mill](https://avatars.githubusercontent.com/u/620974?v=4)](https://github.com/robert-mill "robert-mill (6 commits)")

### Embed Badge

![Health badge](/badges/robert-mill-googlephotos/health.svg)

```
[![Health](https://phpackages.com/badges/robert-mill-googlephotos/health.svg)](https://phpackages.com/packages/robert-mill-googlephotos)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
