PHPackages                             dicicip/php-file-upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. dicicip/php-file-upload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

dicicip/php-file-upload
=======================

v1.1.3-alpha(5y ago)134MITPHPPHP ^7.2.5

Since Dec 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cahyo0118/php-file-upload)[ Packagist](https://packagist.org/packages/dicicip/php-file-upload)[ RSS](/packages/dicicip-php-file-upload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

PHP File Upload Utils
=====================

[](#php-file-upload-utils)

PHP File Upload Utils is a library that makes it easy to handle uploaded file.

Requirements
------------

[](#requirements)

- PHP &gt;= 7

Features
--------

[](#features)

- Handle uploaded file \[ Base64 | File \] to temporary folder
- Auto generate thumbnail with custom quality (0 - 100)
- Move temporary uploaded file and thumbnail to real folder

Getting started
---------------

[](#getting-started)

#### Step 1: Installation

[](#step-1-installation)

The recommended way to install `PHP File Upload Utils` is through [Composer](https://getcomposer.org/).

```
composer require dicicip/php-file-upload
```

#### Step 2: Define on your class

[](#step-2-define-on-your-class)

```
