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

Homepage
https://github.com/digital-competence/DigiComp.League.Flysystem
Version
2.1.2
Type
neos-package
Release Date
Oct 26, 2020 15:16
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
1bec40c8f50a40a46306937ce63d91cf0660e605

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