Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Apiclient Laravel Package

google/apiclient

Official Google APIs Client Library for PHP. Access services like Gmail, Drive, and YouTube from your server. Supports PHP 8+. In maintenance mode (critical fixes/security only). Install via Composer: google/apiclient.

View on GitHub
Deep Wiki
Context7

Installation

This page contains information about installing the Google APIs Client Library for PHP.

Requirements

  • PHP version 5.6 or greater.

Obtaining the client library

There are two options for obtaining the files for the client library.

Using Composer

You can install the library by adding it as a dependency to your composer.json.

"require": {
  "google/apiclient": "^2.0"
}

Downloading from GitHub

Follow the instructions in the README to download the package locally.

What to do with the files

After obtaining the files, include the autoloader. If you used Composer, your require statement will look like this:

require_once '/path/to/your-project/vendor/autoload.php';

If you downloaded the package separately, your require statement will look like this:

require_once '/path/to/google-api-php-client/vendor/autoload.php';
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport