masbug/flysystem-google-drive-ext
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| twistor/flysystem-stream-wrapper | 0.87 | — | 58 | 60 | 21 | 13K | 9 | 4.0 | 36.7 | MIT | — | |
| google/apiclient | 0.86 | Official Google APIs Client Library for PHP to access services like Gmail, Drive, and YouTube from your server. PHP 8+ and Composer install supported. Library is in maintenance mode: critical bug/security fixes only, no new features. | 9,806 | 9,962 | 3,540 | 5M | 15 | 72.6 | 48.7 | Apache-2.0 | 1 month 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-google-cloud-storage | 0.84 | 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 | — | |
| league/flysystem-rackspace | 0.84 | 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 | |
| google/cloud-storage | 0.84 | 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 | |
| dktw/google-api-bundle | 0.83 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| league/flysystem | 0.83 | 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 | |
| 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 | |
| google/apiclient-services | 0.82 | Auto-generated Google API service definitions for the Google API PHP Client. Updated daily to reflect new/changed APIs and tagged weekly. Install via Composer (typically as a dependency of google/apiclient) to access specific Google service classes. | 1,277 | 1,290 | 321 | 5M | 25 | 58.6 | 67.7 | Apache-2.0 | 4 days ago | |
| jackalope/jackalope-fs | 0.82 | Filesystem-backed PHPCR (Jackalope) transport implementation, storing repository data on disk. Useful for local development, testing, and lightweight setups where a database isn’t needed, while staying compatible with PHPCR APIs and tooling. | 8 | 8 | 2 | 90 | 6 | 2.8 | 16.6 | — | 4 years ago | |
| nao-pon/flysystem-google-drive | 0.82 | 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 | — | |
| ashleydawson/doctrine-flysystem-bundle | 0.82 | — | 5 | 5 | 2 | 0 | 0 | 2.5 | — | MIT | 9 years ago | |
| oneup/flysystem-bundle | 0.82 | — | 642 | 652 | 116 | 305K | 11 | 9.8 | 39.7 | MIT | — | |
| spatie/flysystem-google-cloud-storage | 0.81 | 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 | |
| superbalist/flysystem-google-storage | 0.81 | 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. | 263 | 266 | 104 | 82K | 15 | 17.3 | 44.7 | MIT | 6 years ago | |
| tomshaw/google-api | 0.80 | Laravel Google OAuth 2.0 service client with configurable token storage (DB or custom), published config, and migrations. Integrates google/apiclient-services and supports Composer cleanup to include only the Google APIs you need (e.g., Gmail, Calendar). | 60 | 60 | 5 | 69 | 0 | 23.8 | 5.2 | MIT | 1 month ago | |
| google/auth | 0.77 | Google’s official PHP library for OAuth 2.0 authentication with Google APIs. Supports Application Default Credentials (ADC) for Cloud environments and local development, integrates with Guzzle, and helps obtain and refresh access tokens securely via Composer installation. | 1,399 | 1,442 | 197 | 8M | 12 | 46.5 | 66.4 | Apache-2.0 | 2 weeks ago | |
| royvoetman/flysystem-gitlab-storage | 0.76 | 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 |
How can I help you explore Laravel packages today?