php-league-flysystem 1.1.10-2 source package in Ubuntu

Changelog

php-league-flysystem (1.1.10-2) unstable; urgency=medium

  * Team upload
  * Force system dependencies loading

 -- David Prévot <email address hidden>  Fri, 08 Mar 2024 18:03:18 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-league-flysystem_1.1.10-2.dsc 2.0 KiB 7155b2f1d26ae094dbf45d285443ab5e25d50550a63f78a5c3124a07d9022dd7
php-league-flysystem_1.1.10.orig.tar.xz 45.5 KiB 432cbd9b32283b91ae2f7c824e6bccf9e6ec848d7ff44bf001636b13c4158f28
php-league-flysystem_1.1.10-2.debian.tar.xz 4.6 KiB 880664781fed5cdece7917b7a5662f140ac9e7bf48a013f91ce1b5e66d76cd72

Available diffs

No changes file available.

Binary packages built by this source

php-league-flysystem: 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.