littlevale/filestore
最新稳定版本:v1.0.0
Composer 安装命令:
composer require littlevale/filestore
包简介
Manage a logical file store, giving each file a unique name. Methods to add, retrieve & delete files. Mapping original name to unique FileStore name is responsibilty of calling software
README 文档
README
Manage a logical file store.
Files are stored in a tree structure derived from a random filename created at insertion time.
Provide methods to
- insert from string, array or uploaded file, and return unique filename;
- delete by file store filename;
- retrieve to string;
- retrieve to output.
Unique filenames ensure that loaded filenames don't clash. It is the responsibility of the hosting software to map the original filename to the unique filename returned by FileStore.
To do:
- block delete from an array of names.
- reconcile against a list of filenames to identify orphan files that can be removed
- reconcile against a list of filenames to identify absent files.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-01-15