Registry / database / league-flysystem-gridfs

league-flysystem-gridfs

JSON →
library3.31.0phppackagistunverified

Flysystem adapter for MongoDB GridFS storage.

composer require league/flysystem-gridfs
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-G
L
league-flysystem-gridfs
databasephpv3.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GridFSAdapter
use League\Flysystem\GridFS\GridFSAdapter;

Create a GridFS adapter with a MongoDB client.

use League\Flysystem\GridFS\GridFSAdapter; use MongoDB\Client; $client = new Client(); $adapter = new GridFSAdapter($client->selectDatabase('db')->selectGridFSBucket());
Debug
Known issues
breakingRequires mongodb/mongodb extension and library.
fix
Install ext-mongodb and add mongodb/mongodb to composer.json.
affects: >=3.0.0
Upgrade
Version history
3.31.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
league-flysystem-gridfs — pip install league-flysystem-gridfs · libregistry