Download the PHP package slince/upload without Composer
On this page you can find all versions of the php package slince/upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slince/upload
More information about slince/upload
Files in slince/upload
Download slince/upload
More information about slince/upload
Files in slince/upload
Vendor slince
Package upload
Short Description Process file uploads with multiple and extensible validation rules
License MIT
Package upload
Short Description Process file uploads with multiple and extensible validation rules
License MIT
Please rate this library. Is it a good library?
Informations about the package upload
FileUpload
Process uploaded files with multiple and extensible validation rules.
Installation
Install via composer
Quick view
Usage
Assume files are uploaded with this HTML form:
Server:
File metadata $file->getMetadata('metadata name')
is provided by storage layer.
if you are using Local
, the file has a metadata named 'spl_file', it is an instance of SplFileInfo
.
If you want access attributes of the file saved in the client, you can use like this.
Integration with flysystem
All files will be automatically uploaded to AWS S3.
License
The MIT license. See MIT
All versions of upload with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
symfony/http-foundation Version ^3.4|^4.0|^5.0|^6.0
symfony/mime Version ^3.4|^4.0|^5.0|^6.0
symfony/http-foundation Version ^3.4|^4.0|^5.0|^6.0
symfony/mime Version ^3.4|^4.0|^5.0|^6.0
The package slince/upload contains the following files
Loading the files please wait ....