1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: php-league-flysystem
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders:
Robin Gustafsson <robin@rgson.se>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-phpcomposer,
php-guzzlehttp-psr7 <!nocheck>,
php-league-mime-type-detection <!nocheck>,
phpab,
phpunit <!nocheck>,
Standards-Version: 4.7.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
Multi-Arch: foreign
Depends:
${misc:Depends},
${phpcomposer:Debian-require},
Suggests:
${phpcomposer:Debian-suggest},
Replaces:
${phpcomposer:Debian-replace},
Breaks:
${phpcomposer:Debian-conflict},
${phpcomposer:Debian-replace},
Provides:
php-league-flysystem-local (= ${binary:Version}),
${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.
|