Download the PHP package sevens/uploader-trait without Composer
On this page you can find all versions of the php package sevens/uploader-trait. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sevens/uploader-trait
More information about sevens/uploader-trait
Files in sevens/uploader-trait
Download sevens/uploader-trait
More information about sevens/uploader-trait
Files in sevens/uploader-trait
Vendor sevens
Package uploader-trait
Short Description A library for file upload in PHP.
License MIT
Package uploader-trait
Short Description A library for file upload in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package uploader-trait
Seven File Uploader
- It is part of the libraries used on the altvel framework project but can be used
in any applicable file upload scenario.
- File Uploader a.k.a uploader-trait is developed by Elisha Temiloluwa a.k.a TemmyScope.
- Developed to make easier the routine of file upload on traditional file servers.
- Install using composer
Usage: Implementating & Extending
There are two ways to use this library in your project
- One way would be to call the Uploader constructor
- Another way would be to extend the Uploader Class and provide the necessary properties
If you don't provide the necessary properties, default values have already being provided in the Uploader Class
Usage: Calling Methods
There are a couple useful methods to use in this library
- Upload $_FILES['image']
- To get uploaded file name only
- To get uploaded file address, containing file address and name
- To get uploaded file type
- To get uploaded status; returns True if upload was successful
- To get error message; it would be empty if upload status is true
All versions of uploader-trait with dependencies
PHP Build Version
Package Version
The package sevens/uploader-trait contains the following files
Loading the files please wait ....