digicomp/league-flysystem
composer require digicomp/league-flysystem
A factory to create league filesystems in for the Flow framework
1.0.2
- Version
- 1.0.2
- Type
- typo3-flow-package
- Release Date
- Nov 30, 2017 09:20
- Requires
- typo3/flow: ~2.3|~3.0
- league/flysystem: ~1.0
Readme excerpt
DigiComp.League.FlysystemThis package contains a factory for the filesystem abstraction layer written by Frank de Jonge. See http://flysystem.thephpleague.com/
There are two possibilities to use filesystems.
-
To use a filesystem in your project, I suggest you create an interface:
/** * @method array listFiles(string $path = '', boolean $recursive = false) * @method array listPaths(string $path = '', boolean $recursive = false) */ interface MyFilesystemInterface extends FilesystemInterface {}And configure it with your Objects.yaml:
AcMe\Package\SourceFilesystemInterface: scope: 'singleton' factoryObjectName: '…
Read more
The same vendor provides 9 package(s).