php-photoslibrary icon indicating copy to clipboard operation
php-photoslibrary copied to clipboard

PHP client library for the Google Photos Library API

Results 13 php-photoslibrary issues
Sort by recently updated
recently updated
newest added

i want to manage the recently upload media, could we add a sort method to sort media by upload time

Github Action for additional repo push and PR check and automated testing.

One of the test of current `main` branch code is failing on PHP version 5.5. ![image](https://user-images.githubusercontent.com/2193300/130257299-bcd21d09-27d0-46e1-b740-b96e09ede5bb.png) I bet originally the method was `setExpectedException` from `phpunit` `4.8.36`. It is likely somebody...

Unit tests will fail on PHP Version >=7.4 ![image](https://user-images.githubusercontent.com/2193300/125812858-875bb567-2e1a-4cb3-a1da-eff5e34f3acb.png)

When I run `composer require google/photos-library` I get this error: `google/photos-library dev-main requires php ^5.5 || ^7.0 -> your php version (8.0.5) does not satisfy that requirement.` Is there anything...

I am trying to play with this example but am running into the problem that it apparently uses a template from League/Plates/Engine, without 'require'-ing any script. I tried adding 'use...

There is a bug in the sample code that results in the access token being saved as the refresh token, instead of the refresh token being saved. See the PR...

Hi, the library dont support resumable upload?