Driver
Table of Contents
Interfaces
- DriverInterface
- An interface Drivers have to implement to fulfil the needs of the FAL API.
- StreamableDriverInterface
- An interface FAL drivers have to implement to fulfil the needs of streaming files using PSR-7 Response objects.
Classes
- AbstractDriver
- An abstract implementation of a storage driver.
- AbstractHierarchicalFilesystemDriver
- Class AbstractHierarchicalFilesystemDriver
- DriverRegistry
- Registry for driver classes.
- LocalDriver
- Driver for the local file system