PHPackages                             semiorbit/upwatch - 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. semiorbit/upwatch

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

semiorbit/upwatch
=================

PHP helper for Semiorbit UpWatch upload scanning system

1.0.6(5mo ago)018MITPHPPHP &gt;=7.4

Since Dec 13Pushed 5mo agoCompare

[ Source](https://github.com/semiorbit/upwatch-php)[ Packagist](https://packagist.org/packages/semiorbit/upwatch)[ RSS](/packages/semiorbit-upwatch/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Semiorbit UpWatch (PHP Helper)
==============================

[](#semiorbit-upwatch-php-helper)

This package is the PHP-side companion for **Semiorbit UpWatch**.

It only registers uploaded files for scanning (**using ClamAV/clamscan on RHEL based linux**) by the server-level UpWatch system.

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

[](#installation)

### 1. Install ClamAV (clamscan)

[](#1-install-clamav-clamscan)

Make sure ClamAV is installed and working on your server.

### 2. Install Semiorbit UpWatch (Linux)

[](#2-install-semiorbit-upwatch-linux)

Install from GitHub:

### 3. Install semiorbit/upwatch PHP package in your web project

[](#3-install-semiorbitupwatch-php-package-in-your-web-project)

Note that your project should have a folder (create it)

```
/home/USER/YOUR-PROJECT/var/log
```

```
composer require semiorbit/upwatch
```

Usage
-----

[](#usage)

```
use SemiorbitUpWatch\UpWatch;

UpWatch::file(
    '/absolute/path/to/file.jpg',
    '/absolute/path/to/var/log/uploads.log'
);
```

### Behavior

[](#behavior)

- Appends file path to uploads.log if it exists
- Throws RuntimeException if log missing (default)
- Returns false if `$abort = false`

```
UpWatch::file($file, $log, false);
```

Server Requirement
------------------

[](#server-requirement)

Semiorbit UpWatch must be installed on the server:

```
curl -fsSL https://raw.githubusercontent.com/semiorbit/UpWatch/main/install.sh | bash
```

License
-------

[](#license)

MIT License
2026 © Semiorbit Solutions

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance72

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~0 days

Total

7

Last Release

156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48a579e12fae115db84a3e0c6fec0edee9a0c55eaf096ac5556e08ed06eac9ae?d=identicon)[IbrahimKhalil](/maintainers/IbrahimKhalil)

---

Top Contributors

[![IbrahimKhalil](https://avatars.githubusercontent.com/u/8594928?v=4)](https://github.com/IbrahimKhalil "IbrahimKhalil (6 commits)")

### Embed Badge

![Health badge](/badges/semiorbit-upwatch/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[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)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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