Flysystem Versions Save

Abstraction for local and remote filesystems

3.16.0

7 months ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/thephpleague/flysystem/compare/3.15.1...3.16.0

3.0.0

2 years ago

What's Changed

  • [NEW] FilesystemAdapter::directoryExists to check for directory existence
  • [NEW] FilesystemReader::directoryExists to check for directory existence
  • [NEW] FilesystemAdapter::has to check for file or directory existence
  • [NEW] FilesystemReader::has to check for file or directory existence
  • PHP minimum version is upgraded to 8.0.2

Full Changelog: https://github.com/thephpleague/flysystem/compare/2.4.0...3.0.0

Blog post: https://blog.frankdejonge.nl/flysystem-3-0-0-is-released/

2.0.4

3 years ago

1.0.62

4 years ago

When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize utility method.

0.3.0

10 years ago

A new minor version for Flysystem has been released due to a (very minor) backwards incompatibility for custom adapters.

The adapter now accepts visibility and config settings for the put and update methods. This added a new parameter to those functions which breaks the public interface. All user-land code will be backwards compatible, this change only affects custom adapters.

0.2.14

10 years ago
  • Cache Adapter addad: Adapter: It's now possible to use a filesystem adapter as a cache storage.
  • Noop cache fixes: Noop now handles directory listings better and respects the recursive setting.

0.2.13

10 years ago
  • The AWS S3 Adapter now uses a prefix when listing object resulting in much better performance.
  • The Rackspace Adapter now handles non-existing files.

0.2.12

10 years ago

0.2.8

10 years ago

0.2.4

10 years ago