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 1w 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a5332cfc97e7f7a221cddd5feb87a861346acd7670b895b65f59e78b26490c9?d=identicon)[polevaultweb](/maintainers/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

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[codeception/module-filesystem

Codeception module for testing local filesystem

1916.7M331](/packages/codeception-module-filesystem)[masbug/flysystem-google-drive-ext

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

2631.7M14](/packages/masbug-flysystem-google-drive-ext)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)

PHPackages © 2026

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