2017 © Pedro Peláez
 

library flysystem-gridfs

Flysystem adapter for MongoDB GridFS

image

league/flysystem-gridfs

Flysystem adapter for MongoDB GridFS

  • Thursday, March 3, 2016
  • by frankdejonge
  • Repository
  • 5 Watchers
  • 13 Stars
  • 54,619 Installations
  • PHP
  • 15 Dependents
  • 6 Suggesters
  • 9 Forks
  • 3 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

League\Flysystem\GridFS [BETA]

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

This is a Flysystem adapter for the MongoDB's GridFS., (*2)

Installation

composer require league/flysystem-gridfs

Bootstrap

``` php <?php use League\Flysystem\GridFS\GridFSAdapter; use League\Flysystem\Filesystem;, (*3)

include DIR . '/vendor/autoload.php';, (*4)

$mongoClient = new MongoClient(); $gridFs = $mongoClient->selectDB('db_name')->getGridFS();, (*5)

$adapter = new GridFSAdapter($gridFs); ```, (*6)

The Versions

03/03 2016

dev-master

9999999-dev

Flysystem adapter for MongoDB GridFS

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

21/01 2015

1.0.0

1.0.0.0

Flysystem adapter for MongoDB GridFS

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge