PHPackages                             vector88/laravel-gaefs - 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. vector88/laravel-gaefs

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

vector88/laravel-gaefs
======================

Google App Engine Filesystem Support for Laravel 5.4

1.0.0(9y ago)061MITPHPPHP &gt;=5.6.4

Since Jun 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vector-kerr/laravel-gaefs)[ Packagist](https://packagist.org/packages/vector88/laravel-gaefs)[ RSS](/packages/vector88-laravel-gaefs/feed)WikiDiscussions master Synced yesterday

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

laravel-gaefs
=============

[](#laravel-gaefs)

Google App Engine (GAE) Filesystem Support for Laravel 5.4.

This package is made from GAE filesystem code included in [Ron Shpasser's Laravel 5 GAE Support Library](https://github.com/shpasser/GaeSupportL5)(Released under the [MIT License](https://github.com/shpasser/GaeSupportL5/blob/master/LICENSE)).

Installation
============

[](#installation)

1. Require the `laravel-gaefs` package in your Laravel project.

    `composer require vector88/laravel-gaefs`
2. Add the `GaeFsServiceProvider` to the `providers` array in `config/app.php`:

    ```
    'providers' => [
        ...
        Vector88\GaeFs\GaeFsServiceProvider::class,
        ...
    ],
    ```
3. Add a `'gae'` disk to `config/filesystem.php`:

    ```
    'disks' => [
        ...
        'gae' => [
            'driver' => 'gae',
            'root' => env( 'GAE_FILESYSTEM_ROOT', storage_path() . '/app.php' ),
        ],
        ...
    ],
    ```
4. Update your environment variables to use the GAE filesystem:

    ```
    FILESYSTEM = gae
    ```

Author
======

[](#author)

Daniel 'Vector' Kerr

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64282831?v=4)[Vector88](/maintainers/Vector88)[@vector88](https://github.com/vector88)

---

Top Contributors

[![vector-kerr](https://avatars.githubusercontent.com/u/16281771?v=4)](https://github.com/vector-kerr "vector-kerr (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vector88-laravel-gaefs/health.svg)

```
[![Health](https://phpackages.com/badges/vector88-laravel-gaefs/health.svg)](https://phpackages.com/packages/vector88-laravel-gaefs)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[illuminate/filesystem

The Illuminate Filesystem package.

15263.8M3.1k](/packages/illuminate-filesystem)[dgtlss/capsule

A Laravel package for backing up databases and files to external sources with notifications

195.6k](/packages/dgtlss-capsule)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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