PHPackages                             uploadx/uploadx - 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. uploadx/uploadx

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

uploadx/uploadx
===============

A PHP library for uploading files with chunking, resume, multiple, and extensive validation.

0.0.1(1mo ago)11↓50%PHPPHP &gt;=8.3

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/fitri-hy/UploadX)[ Packagist](https://packagist.org/packages/uploadx/uploadx)[ RSS](/packages/uploadx-uploadx/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

UploadX [ID](./README-ID.md)
============================

[](#uploadx-id)

[![PHP Version](https://camo.githubusercontent.com/7e80c5a44b0f819258f09384c7af693fe7f3f1ebe4ae8c6833b5c34f2dd57d03/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e332d3838393242462e737667)](https://php.net)

UploadX is a PHP file upload library that supports single and multiple uploads, chunked uploads with resume capability, multiple storage backends, and extensive validation.

Features
--------

[](#features)

- 🚀 **Single &amp; Multiple Uploads** - Upload one or many files at once
- 📦 **Chunked Uploads** - Split large files into manageable chunks
- 🔄 **Resume Capability** - Resume interrupted uploads from the last position
- 🗄️ **Multiple Storage Backends** - Local filesystem, Amazon S3, MinIO, and more
- ✅ **Validation** - MIME type, file size, checksum, and custom validation
- 🔒 **Security** - Path traversal protection, secure filenames, checksum verification
- 📊 **Progress Tracking** - Real-time upload progress and metrics
- 🔔 **Event System** - PSR-14 event dispatcher integration
- 📝 **Logging** - PSR-3 compatible logging with Monolog
- ⚡ **Performance** - Memory-efficient chunk processing, streaming support
- 🧪 **Fully Tested** - Comprehensive unit, feature, and integration tests

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

[](#requirements)

- PHP 8.3 or higher
- Composer
- Required extensions: `json`, `fileinfo`, `hash`, `mbstring`

Installation
------------

[](#installation)

```
composer require uploadx/uploadx
```

Quick Start
-----------

[](#quick-start)

### Basic Upload

[](#basic-upload)

```
