Skip to content

Instantly share code, notes, and snippets.

@jenkoian
Created March 7, 2017 09:26
Show Gist options
  • Save jenkoian/b2c40bc307d30a4e398935382fb67812 to your computer and use it in GitHub Desktop.
Save jenkoian/b2c40bc307d30a4e398935382fb67812 to your computer and use it in GitHub Desktop.
Gaufrette Flysystem example
<?php
// Get legacy gaufrette adapter
$legacyGaufretteAdapter = $legacyService->getFilesystem();
// Create a flysystem adapter
$flysystemAdapter = new GaufretteAdapter($legacyGaufretteAdapter);
// Create your filesystem
$fileSystem = new Filesystem($flysystemAdapter);
// Do whatever you need to through the Flysystem API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment