rekalogika/file
High-level file abstraction library built on top of Flysystem. It lets you work with file objects in an object-oriented manner. A file object represents a file in a Flysystem filesystem. It can be a local file or a file in a cloud storage, the library lets you work with them in the same way.
Sections
📄️ Introduction
High-level file abstraction library built on top of Flysystem. It lets you work
📄️ Installation & Configuration
This section explains how to install and configure the rekalogika/file
📄️ Concepts & Terms
Terms
📄️ Using File & FileRepository
When using this framework, the user will primarily work with the
📄️ Adapters
The library provides a FileAdapter class that can be used to adapt or convert
📄️ Metadata
This chapter describes how file metadata is handled by this library.
📄️ Derivation
This chapter describes the concept of file derivation and the pipe & filter
📄️ Lazy-Loading Proxy
This chapter describes how to lazy-load a file.
📄️ Null File
This chapter describes the null object pattern applied to files.