kduma / simple-dal-flysystem-adapter
Simple DAL - Flysystem adapter (local, ZIP, S3, etc.)
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-flysystem-adapter
pkg:composer/kduma/simple-dal-flysystem-adapter
v0.0.5
2026-03-17 03:01 UTC
Requires
- php: ^8.4
- kduma/simple-dal-adapter-contracts: ^0.0.5
- league/flysystem: ^3.0
Requires (Dev)
- kduma/simple-dal: ^0.0.5
- pestphp/pest: ^3.0
Suggests
- league/flysystem-ziparchive: For ZIP archive storage
This package is auto-updated.
Last update: 2026-03-17 12:15:30 UTC
README
Flysystem adapter for Simple DAL. Stores each record as a self-contained directory with JSON data and attachment files. Works with any Flysystem filesystem -- local directories, ZIP archives, S3, and more.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-flysystem-adapter
Documentation
See the full documentation.
License
MIT