PHPackages                             pulsarvp/vps-uploader - 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. pulsarvp/vps-uploader

ActiveLibrary

pulsarvp/vps-uploader
=====================

File uploader.

0.0.6(9y ago)08MITPHP

Since Jun 14Pushed 8y ago3 watchersCompare

[ Source](https://github.com/pulsarvp/vps-uploader)[ Packagist](https://packagist.org/packages/pulsarvp/vps-uploader)[ Docs](http://liot.mipt.ru)[ RSS](/packages/pulsarvp-vps-uploader/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

About
=====

[](#about)

This is file uploader developed specially for CIET MIPT projects. You can use it at your own risk!

Table structure
===============

[](#table-structure)

vu\_file
--------

[](#vu_file)

- guid - Unique identificator for the file. Also works as filename. Generates randomly.
- path - Path to the file relative to the base datapath directory.
- extension
- name - Original filename.
- status - File status: new, uploading, error, deleted, ok.
- message - Message regarding status. Useful for errors.
- dt - Last file edit dt.
- userID - If you want to relate some user table for this file, use this field.

vu\_log
-------

[](#vu_log)

- fileGuid - Relation to file guid.
- status - Last status changed.
- message
- dt - Datetime when status was changed.
- userID - User by which status was changed.

Config
======

[](#config)

**chunksize** - File chunk size in bytes to upload large files. Default is 1048576 (1M). **extensions** - Allowed extensions to load. If *null* then any extension is allowed. **maxsize** - Maximum file size to upload. Default is *null* (unlimited). Format is like 128M. **path** - Base path to store files. Must be writable. **url** - Relative URL to build link for file. The full URL look like http(s):///&lt;relative\_path\_to\_file&gt;.

Requirements
============

[](#requirements)

You should include [Flow.js](https://github.com/flowjs/flow.js) library and CSS and JS file from [Jasny Bootstrap](https://github.com/jasny/bootstrap/).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~8 days

Total

2

Last Release

3608d ago

### Community

---

Top Contributors

[![witzawitz](https://avatars.githubusercontent.com/u/1055825?v=4)](https://github.com/witzawitz "witzawitz (68 commits)")

### Embed Badge

![Health badge](/badges/pulsarvp-vps-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/pulsarvp-vps-uploader/health.svg)](https://phpackages.com/packages/pulsarvp-vps-uploader)
```

PHPackages © 2026

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