kduma / simple-dal-directory-adapter
This package is abandoned and no longer maintained.
The author suggests using the kduma/simple-dal-flysystem-adapter package instead.
Simple DAL - Directory/filesystem adapter
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-directory-adapter
pkg:composer/kduma/simple-dal-directory-adapter
v0.0.3
2026-03-17 01:55 UTC
Requires
- php: ^8.4
- kduma/simple-dal-adapter-contracts: ^0.0.3
- league/flysystem: ^3.0
Requires (Dev)
- kduma/simple-dal: ^0.0.3
- pestphp/pest: ^3.0
This package is auto-updated.
Last update: 2026-03-17 02:48:22 UTC
README
Directory/filesystem adapter for Simple DAL. Stores each record as a self-contained directory with JSON data and attachment files. Designed for git-friendly workflows.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-directory-adapter
Documentation
See the full documentation.
License
MIT