superbalist/flysystem-google-storage
Flysystem adapter for Google Cloud Storage. Adds a Google Storage driver for League\Flysystem so Laravel and PHP apps can store, read, and manage files in GCS using the familiar Flysystem filesystem API, with simple configuration and authentication support.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/flysystem-google-cloud-storage | 0.87 | Google Cloud Storage adapter for Flysystem v1 (PHP 8). A maintained fork adding modern PHP support and merged fixes. Use it to connect Flysystem’s filesystem API to GCS with Google’s client authentication. | 24 | 25 | 2 | 20K | 0 | 2.3 | 40.1 | MIT | 3 years ago | |
| google/cloud-storage | 0.87 | Idiomatic PHP client for Google Cloud Storage. Upload, download, and manage buckets/objects, set ACLs, and use the gs:// stream wrapper. Part of the Google Cloud PHP suite with full API docs and authentication guidance. | 345 | 351 | 31 | 3M | 0 | 33.9 | 64.1 | Apache-2.0 | 1 week ago | |
| platformcommunity/flysystem-bunnycdn | 0.85 | Laravel Flysystem adapter for BunnyCDN Storage. Use BunnyCDN as a filesystem disk for uploads and file management, with support for common Flysystem operations like read/write, delete, directories, and URL generation for serving assets via BunnyCDN. | 96 | 95 | 23 | 30K | 7 | 23.7 | 39.9 | MIT | 6 months ago | |
| spatie/laravel-google-cloud-storage | 0.85 | Laravel 9+ Google Cloud Storage filesystem driver using Flysystem v3 and a dedicated GCS adapter. Adds a gcs disk with service account key file/array support, project and bucket config, path prefixes, endpoints, and public/private visibility options. | 249 | 249 | 57 | 412K | 0 | 22.8 | 49.4 | MIT | 4 months ago | |
| league/flysystem | 0.85 | Flysystem is a filesystem abstraction for PHP that lets you work with local disks, S3, FTP, and more through one consistent API. Swap storage backends without changing your code, with adapters, streams, and strong integration across frameworks like Laravel. | 13,584 | 13,954 | 861 | 15M | 85 | 64.8 | 64.5 | MIT | 2 years ago | |
| league/flysystem-google-cloud-storage | 0.85 | Flysystem adapter for Google Cloud Storage (GCS). Install via composer to use GCS as a filesystem in Flysystem, with full support through the main Flysystem project. See official docs for configuration and usage. | 24 | 24 | 13 | 1M | 0 | 0.5 | 55.3 | MIT | — | |
| twistor/flysystem-stream-wrapper | 0.85 | — | 58 | 60 | 21 | 13K | 9 | 4.0 | 36.7 | MIT | — | |
| oneup/flysystem-bundle | 0.84 | — | 642 | 652 | 116 | 305K | 11 | 9.8 | 39.9 | MIT | — | |
| masbug/flysystem-google-drive-ext | 0.83 | Flysystem adapter for Google Drive that hides Google’s file/folder IDs by translating between virtual ID paths and human-friendly display paths. Supports Flysystem v2/v3 (Laravel 9+) with seamless path mapping for common filesystem operations. | 270 | 270 | 67 | 166K | 7 | 27.6 | 45.4 | NOASSERTION | 3 months ago | |
| m2mtech/flysystem-stream-wrapper | 0.83 | Adds a PHP stream wrapper for Flysystem v2/v3 so you can use fly:// paths with native file functions (file_put_contents, mkdir, etc.). Includes Symfony Lock-based locking plus options to ignore visibility errors and emulate dir metadata. | 19 | 19 | 14 | 7K | 0 | 5.2 | 37.2 | MIT | 1 year ago | |
| league/flysystem-aws-s3-v3 | 0.83 | Flysystem AWS S3 v3 adapter for PHP. Use it to store and retrieve files on Amazon S3 via the Flysystem filesystem abstraction. Install with composer require league/flysystem-aws-s3-v3; docs available on flysystem.thephpleague.com. | 1,656 | 1,685 | 220 | 8M | 0 | 15.1 | 50.8 | MIT | — | |
| royvoetman/flysystem-gitlab-storage | 0.82 | Flysystem adapter for GitLab storage using GitLab’s Repository Files API v4. Store and retrieve files from a GitLab project/branch via a simple client + adapter setup. Supports optional path prefixes and integrates with Laravel via a companion package. | 11 | 11 | 9 | 481 | 0 | 25.7 | 30.8 | MIT | 1 month ago | |
| league/flysystem-bundle | 0.82 | — | 405 | 408 | 84 | 999K | 5 | 29.6 | 54.7 | MIT | 3 months ago | |
| durimjusaj/gaufrette | 0.81 | Filesystem abstraction layer for PHP via Gaufrette. Develop against a unified API and swap storage backends (local, S3, etc.) without changing application code. Includes maintained adapter metapackages with required dependencies and docs. | 0 | 0 | 0 | 1 | 0 | 0.6 | 4.2 | MIT | 1 year ago | |
| nao-pon/flysystem-google-drive | 0.81 | Laravel Flysystem adapter for Google Drive. Store, read, list, update and delete files on Drive using Flysystem’s filesystem API, with support for service accounts or OAuth. Ideal for using Google Drive as a cloud disk in Laravel apps. | 365 | 372 | 130 | 12K | 48 | 20.6 | 38.2 | MIT | — | |
| league/flysystem-gridfs | 0.74 | MongoDB GridFS adapter for Flysystem. Install via composer (league/flysystem-gridfs) to use GridFS as a filesystem backend for reading and writing files. This is a split package; issues and PRs are handled in the main Flysystem repo. | 20 | 20 | 13 | 8K | 0 | 0.6 | 35.1 | MIT | — | |
| league/flysystem-rackspace | 0.74 | Flysystem adapter for Rackspace Cloud Files. Adds a Rackspace-backed filesystem driver so you can use Flysystem’s unified API to read, write, list, move, and delete files in Cloud Files containers, integrating with PHP apps via League/Flysystem. | 38 | 40 | 30 | 7K | 9 | 4.0 | 33.8 | — | 11 years ago | |
| league/flysystem-sftp | 0.74 | Deprecated since Flysystem 3.0; use flysystem-sftp-v3 instead. Provides an SFTP adapter for Flysystem using phpseclib2. This is a sub-split—issues and PRs belong in the main Flysystem repo. Install via composer require league/flysystem-sftp. | 309 | 319 | 93 | 215K | 25 | 12.3 | 48.8 | — | — |
How can I help you explore Laravel packages today?