PHPackages                             polevaultweb/google-drive-filesystem - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. polevaultweb/google-drive-filesystem

ActiveLibrary[File &amp; Storage](/categories/file-storage)

polevaultweb/google-drive-filesystem
====================================

Google Drive extension of the Codeception Filesystem module.

1.2(5y ago)015MITPHPPHP &gt;=5.4.0

Since Feb 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/polevaultweb/google-drive-filesystem)[ Packagist](https://packagist.org/packages/polevaultweb/google-drive-filesystem)[ Docs](http://github.com/polevaultweb/google-drive-filesystem)[ RSS](/packages/polevaultweb-google-drive-filesystem/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

google-drive-filesystem
=======================

[](#google-drive-filesystem)

A Google Drive Filesystem module for Codeception.

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

[](#installation)

To install simply require the package in the `composer.json` file like

```
composer require --dev polevaultweb/google-drive-filesystem

```

### GoogleDriveFilesystem configuration

[](#googledrivefilesystem-configuration)

GoogleDriveFilesystem extends `Filesystem` module hence any parameter required and available to that module is required and available in `GoogleDriveFilesystem` as well.

In the suite `.yml` configuration file add the module among the loaded ones with the `authorizationToken`.

```
  modules:
      enabled:
          - GoogleDriveFilesystem
      config:
          GoogleDriveFilesystem:
              authorizationToken: xxxxxxxxxxxx
```

### Supports

[](#supports)

- doesDriveFileExist
- deleteDriveFile

And assertions

- seeDriveFile

### Usage

[](#usage)

```
$I = new AcceptanceTester( $scenario );

$I->seeDriveFile( 'path/to/file.jpg' );
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~82 days

Total

3

Last Release

2162d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1770201?v=4)[Iain Poulson](/maintainers/polevaultweb)[@polevaultweb](https://github.com/polevaultweb)

---

Top Contributors

[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (4 commits)")

---

Tags

filesystemgooglecodeceptiongoogle-drive

### Embed Badge

![Health badge](/badges/polevaultweb-google-drive-filesystem/health.svg)

```
[![Health](https://phpackages.com/badges/polevaultweb-google-drive-filesystem/health.svg)](https://phpackages.com/packages/polevaultweb-google-drive-filesystem)
```

###  Alternatives

[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2682.2M18](/packages/masbug-flysystem-google-drive-ext)[codeception/module-filesystem

Codeception module for testing local filesystem

1917.9M386](/packages/codeception-module-filesystem)

PHPackages © 2026

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