PHPackages                             dekuan/defileuploader - 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. dekuan/defileuploader

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

dekuan/defileuploader
=====================

File uploader provider for server side.

1.0.6(8y ago)0195proprietaryPHPPHP &gt;=5.3.0

Since Aug 28Pushed 8y ago2 watchersCompare

[ Source](https://github.com/dekuan/defileuploader)[ Packagist](https://packagist.org/packages/dekuan/defileuploader)[ RSS](/packages/dekuan-defileuploader/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (3)Versions (9)Used By (0)

defileuploader
==============

[](#defileuploader)

Usage
=====

[](#usage)

Receive a file sent from client.

```
$oUploader = new CDeFileUploader();
$oUploader->setAllowFileExt( Array( 'jpg', 'jpeg', 'png' ) );
$oUploader->setLmtMaxSize( 2 * 1024 * 1024 );	//	2M
$oUploader->setOverwrite( true );
$oUploader->saveUploadFile( $sDstFilePath, & $vStreamData = "" );

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 53.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~22 days

Recently: every ~8 days

Total

7

Last Release

3049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e724f9d4634032d0421f34b90aec73df3883dc01dc188ac8a71874ee70a34b88?d=identicon)[dekuan](/maintainers/dekuan)

---

Top Contributors

[![dekuan](https://avatars.githubusercontent.com/u/18378704?v=4)](https://github.com/dekuan "dekuan (8 commits)")[![xingworld](https://avatars.githubusercontent.com/u/5023258?v=4)](https://github.com/xingworld "xingworld (7 commits)")

---

Tags

composerlaravelphpuploader

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dekuan-defileuploader/health.svg)

```
[![Health](https://phpackages.com/badges/dekuan-defileuploader/health.svg)](https://phpackages.com/packages/dekuan-defileuploader)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
