PHPackages                             bawahtanah/laradrive - 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. bawahtanah/laradrive

ActiveLibrary

bawahtanah/laradrive
====================

Google Drive REST API Wrapper For Laravel and Lumen

1.3(8mo ago)0611MITPHPPHP ^8.1

Since Sep 14Pushed 8mo agoCompare

[ Source](https://github.com/bawahtanah-stts/laradrive)[ Packagist](https://packagist.org/packages/bawahtanah/laradrive)[ RSS](/packages/bawahtanah-laradrive/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

Laradrive
=========

[](#laradrive)

Google Drive REST API Wrapper For Laravel and Lumen. Forked from arcphysx/laradrive ()

Installation
------------

[](#installation)

You can install the package using composer

```
$ composer require bawahtanah/laradrive
```

Then add the service provider to `config/app.php`. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.

```
'providers' => [
    ...
    Arcphysx\Laradrive\Providers\LaradriveServiceProvider::class
    ...
];
```

Run `php artisan laradrive:install` to run first setup

Then add some required value on your .env file

```
GOOGLE_DRIVE_API_KEY=""
GOOGLE_DRIVE_AUTH_TOKEN_STORAGE_PATH="app/google_auth_token.json"
GOOGLE_DRIVE_CREDENTIAL_STORAGE_PATH="credentials.json"

```

By default, laradrive will use your `storage` to store your Google Authentication Info

You can publish the configuration file and assets by running:

```
$ php artisan vendor:publish --provider="Arcphysx\Laradrive\Providers\LaradriveServiceProvider"
```

After publishing a few new files to our application we need to reload them with the following command:

```
$ composer dump-autoload
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance60

Regular maintenance activity

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64% 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.

###  Release Activity

Cadence

Every ~237 days

Total

4

Last Release

256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42d174df0e8d22d698282b961160919e5610823eed8eb5975f01bce0a11de5b3?d=identicon)[bawahtanah-stts](/maintainers/bawahtanah-stts)

---

Top Contributors

[![arcphysx](https://avatars.githubusercontent.com/u/39365378?v=4)](https://github.com/arcphysx "arcphysx (16 commits)")[![carollinggo](https://avatars.githubusercontent.com/u/23179872?v=4)](https://github.com/carollinggo "carollinggo (3 commits)")[![mikhaelsetiawan](https://avatars.githubusercontent.com/u/12489519?v=4)](https://github.com/mikhaelsetiawan "mikhaelsetiawan (3 commits)")[![bawahtanah-stts](https://avatars.githubusercontent.com/u/110162470?v=4)](https://github.com/bawahtanah-stts "bawahtanah-stts (2 commits)")[![mikhael-stts](https://avatars.githubusercontent.com/u/48439730?v=4)](https://github.com/mikhael-stts "mikhael-stts (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bawahtanah-laradrive/health.svg)

```
[![Health](https://phpackages.com/badges/bawahtanah-laradrive/health.svg)](https://phpackages.com/packages/bawahtanah-laradrive)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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