Download the PHP package fsi/files without Composer
On this page you can find all versions of the php package fsi/files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor fsi
Package files
Short Description A library for handling file upload and storage
License proprietary
Package files
Short Description A library for handling file upload and storage
License proprietary
Please rate this library. Is it a good library?
Informations about the package files
FSi/Files
A component for handling file upload and storage. It streamlines the process of
uploading a file from different sources (API call, HTML form, local filesystem)
to a storage endpoint - SQL/NoSQL database, remote or local filesystem. This is
done through entity objects, that contain two fields per a single persisted file
- an object with the file itself and a path that is used for storing it. The entity does not need to be tied to an ORM/ODM, but it can be used in tandem with them.
Table of contents
- Introduction
- Usage
- Extensions
All versions of files with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-fileinfo Version *
ext-gd Version *
ext-intl Version *
beberlei/assert Version ^3.2
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
ramsey/uuid Version ^3.8|^4.0
ext-fileinfo Version *
ext-gd Version *
ext-intl Version *
beberlei/assert Version ^3.2
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
ramsey/uuid Version ^3.8|^4.0
The package fsi/files contains the following files
Loading the files please wait ....