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

dev-develop

Homepage
https://github.com/digital-competence/DigiComp.League.Flysystem
Version
dev-develop
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
a033d3e5581c3e6a1b3362238304d07797ab5cef

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