m2mtech/flysystem-stream-wrapper
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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-aws-s3-v3 | 0.84 | 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 | — | |
| twistor/flysystem-stream-wrapper | 0.83 | — | 58 | 60 | 21 | 13K | 9 | 4.0 | 36.7 | MIT | — | |
| jackalope/jackalope-fs | 0.83 | 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 | |
| bcncommerce/stream-wrapper | 0.83 | Laravel package providing a custom PHP stream wrapper to transparently read/write resources via non-standard URIs. Useful for integrating external storage or services behind fopen/file_get_contents with a familiar filesystem-like API. | 5 | 6 | 0 | 17 | 0 | 0.3 | 3.1 | MIT | 11 years ago | |
| league/flysystem-google-cloud-storage | 0.83 | 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 | 963K | 0 | 0.5 | 55.3 | MIT | — | |
| flow-php/filesystem | 0.81 | Flow Filesystem provides a simple streaming abstraction for local and remote storage. Read files by byte ranges and write in chunks to support large files efficiently. Part of the Flow PHP ecosystem; see docs for installation and usage. | 6 | 7 | 4 | 66K | 0 | 0.2 | 54.9 | MIT | — | |
| oneup/flysystem-bundle | 0.81 | — | 642 | 652 | 116 | 305K | 11 | 9.8 | 39.7 | MIT | — | |
| league/flysystem-webdav | 0.81 | — | 76 | 76 | 59 | 53K | 0 | 2.9 | 41.1 | MIT | — | |
| league/flysystem-rackspace | 0.80 | 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.9 | — | 11 years ago | |
| onamfc/laravel-devlogger | 0.80 | Laravel database logger with automatic exception catching and rich metadata. Tag and filter logs by level, date, queue, status, request context, and user. Includes configurable retention/cleanup, fallback channels, and flexible env-based setup. | 16 | 16 | 1 | 0 | 0 | 3.1 | — | MIT | 1 year ago | |
| jstewmc/stream | 0.79 | jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. | 5 | 5 | 0 | 9K | 0 | 0.0 | 44.1 | MIT | — | |
| league/flysystem-bundle | 0.79 | — | 405 | 408 | 84 | 999K | 5 | 29.6 | 54.7 | MIT | 3 months ago | |
| windwalker/stream | 0.79 | — | 0 | 0 | 0 | 314 | 0 | 0.0 | 34.5 | MIT | — | |
| league/flysystem-adapter-test-utilities | 0.78 | Helper utilities for testing Flysystem adapters. Add as a dev dependency to reuse common adapter test cases and assertions while developing or verifying custom filesystem adapters. Part of the Flysystem project; see main docs and repo for issues/PRs. | 7 | 7 | 4 | 11K | 0 | 0.2 | 43.4 | — | — | |
| spomky-labs/base64url | 0.78 | Fast RFC 4648 Base64 URL-safe encoder/decoder for PHP. Lightweight library to encode/decode URL-safe Base64 strings with high performance, compatible with PHP 7.1+. Ideal for JWT, web tokens, and URL parameters. | 154 | 157 | 13 | 1M | 0 | 3.9 | 54.0 | MIT | 5 years ago | |
| coduo/php-to-string | 0.78 | Convert any PHP value to a readable string with a tiny wrapper. Supports strings, ints, floats, arrays, objects, callables, and resources—handy for logging, debugging, and error messages. Simple install and use: new StringConverter($value). | 270 | 271 | 7 | 195K | 0 | 12.5 | 42.0 | MIT | 8 months ago | |
| masbug/flysystem-google-drive-ext | 0.76 | 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 | |
| superbalist/flysystem-google-storage | 0.75 | 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 | |
| royvoetman/flysystem-gitlab-storage | 0.74 | 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 | 945 | 0 | 25.7 | 30.8 | MIT | 1 month ago |
How can I help you explore Laravel packages today?