google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

A PHP client library for accessing Google APIs

Results 84 google-api-php-client issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** 1. Old PHP code 2. `src/aliases.php` not compatible with PSR 3. `src/Task/Composer.php` can't be loaded in production **Describe the solution...

type: feature request

Following documentation on how to install the library is good however its missing a import line - composer dumpautoload -o because the package missing autoload file when you get package...

type: feature request
type: docs

#### Environment details - PHP version: 7.3 - Package name and version: "google/apiclient": "^2.11" #### Steps to reproduce 1. try to retrieve Group Settings via PHP SDK. #### Code example...

type: feature request

I'd like to send a PR if I am allowed to add the usage of "global HTTP batch endpoints" to the Developer Documentation. - [Google Developers Blog: Discontinuing support for...

type: feature request

All of the PHP code samples provided on the Google Pay for Passes documentation are apparently from this library, however, all the classes references within the documentation (linked below) are...

type: feature request

I've had a problem that the API client gave me HTTP 404 Error with the domain-wide delegated service account while all the configuration in both Google Cloud Platform and the...

type: feature request

#### Environment details - OS: Ubuntu 18.04.2 LTS via Laravel Homestead (Vagrant Box) - PHP version: 7.3.4 - Package name and version: google/apiclient v2.2.2 #### Steps to reproduce 1. Create...

type: feature request

**Is your feature request related to a problem? Please describe.** It may cause transitivity issues when the project using / requiring this library also needs another version of Guzzle Http...

type: feature request

For this library, upon request I have been using a script to automate [building release packages](https://gist.github.com/bshaffer/85f96c1315c486ce3bc8d4cfce033493) for users who do not use Composer. This may not be necessary anymore, but...

type: feature request

The test framework should support supplying a Refresh Token in an environment variable, which can be used to run all of the User-Auth tests. Currently, user-auth tests require the user...

type: feature request