digicomp/league-flysystem

Last activity 02 Nov 2020 35
composer require digicomp/league-flysystem

A factory to create league filesystems in for the Flow framework

2.1.3

Homepage
https://github.com/digital-competence/DigiComp.League.Flysystem
Version
2.1.3
Type
neos-package
Release Date
Nov 02, 2020 10:59
Source
git
Distribution
zip
Requires
  • digicomp/flowobjectresolving: ~1.0
  • league/flysystem: ~1.0
  • neos/flow: ~5.3|~6.3
  • php: ^7.2
MIT
  • #flow
  • #filesystem
  • #storage
  • #files
  • #neos
  • #filesystems
952e3e7936dd6e9550e61f1d2abd8b2809845e8f

Readme excerpt

DigiComp.League.Flysystem

This 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.

  1. 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 9 package(s).