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 6d 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

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

1718d 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

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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