Source: php-league-flysystem Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Robin Gustafsson , Build-Depends: debhelper-compat (= 13), php-league-mime-type-detection, phpab, phpunit, pkg-php-tools, Standards-Version: 4.5.1 Homepage: https://flysystem.thephpleague.com/ Vcs-Browser: https://salsa.debian.org/php-team/pear/php-league-flysystem Vcs-Git: https://salsa.debian.org/php-team/pear/php-league-flysystem.git Rules-Requires-Root: no Package: php-league-flysystem Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require}, Suggests: ${phpcomposer:Debian-suggest}, Replaces: ${phpcomposer:Debian-replace}, Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}, Provides: ${phpcomposer:Debian-provide}, Description: filesystem abstraction offering one API to many filesystems Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. . Goals: * Have a generic API for handling common tasks across multiple file storage engines. * Have consistent output which you can rely on. * Integrate well with other packages and frameworks. * Be cacheable. * Emulate directories in systems that support none, like AwsS3. * Support third party plugins. * Make it easy to test your filesystem interactions. * Support streams for big file handling.