PHPackages                             arcphysx/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. [API Development](/categories/api)
4. /
5. arcphysx/laradrive

ActiveLibrary[API Development](/categories/api)

arcphysx/laradrive
==================

Google Drive REST API Wrapper For Laravel and Lumen

v1.0.5(4y ago)11292MITPHPPHP ^7.2

Since Feb 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/arcphysx/laradrive)[ Packagist](https://packagist.org/packages/arcphysx/laradrive)[ RSS](/packages/arcphysx-laradrive/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Laradrive
=========

[](#laradrive)

Google Drive REST API Wrapper For Laravel and Lumen

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

[](#installation)

You can install the package using composer

```
$ composer require arcphysx/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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.2% 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 ~42 days

Recently: every ~52 days

Total

6

Last Release

1764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39365378?v=4)[Raymond Purnomo](/maintainers/arcphysx)[@arcphysx](https://github.com/arcphysx)

---

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)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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