Download the PHP package littlevale/filestore without Composer
On this page you can find all versions of the php package littlevale/filestore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download littlevale/filestore
More information about littlevale/filestore
Files in littlevale/filestore
Download littlevale/filestore
More information about littlevale/filestore
Files in littlevale/filestore
Vendor littlevale
Package filestore
Short Description 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
License proprietary
Package filestore
Short Description 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
License proprietary
Please rate this library. Is it a good library?
Informations about the package filestore
Littlevale\FileStore
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.
All versions of filestore with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package littlevale/filestore contains the following files
Loading the files please wait ...