PHPackages                             bedita/tus - 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. bedita/tus

ActiveCakephp-plugin

bedita/tus
==========

Tus plugin for BEdita 5

v2.1.1(2y ago)25931[1 PRs](https://github.com/bedita/tus/pulls)LGPL-3.0-or-laterPHP

Since Feb 16Pushed 2y ago4 watchersCompare

[ Source](https://github.com/bedita/tus)[ Packagist](https://packagist.org/packages/bedita/tus)[ RSS](/packages/bedita-tus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (7)Versions (8)Used By (0)

Tus plugin for BEdita
=====================

[](#tus-plugin-for-bedita)

This plugin enable BEdita API to use [tus](https://tus.io/) protocol to upload files and create associated BEdita media object types.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require bedita/tus

```

Configuration
-------------

[](#configuration)

The `config/config.php` contains the configurations needed.

Usage
-----

[](#usage)

By default the plugin exposes a route `/tus` (configurable via `endpoint` key) on which the tus server will respond. The client must send a tus request to `/tus/{type}` where `{type}` is the object type that you want associate to the file uploaded. The upload request must contain a bearer authorization header as expected from BEdita API.

At the end of the upload a BEdita object `{type}`will be created and the tus response will be decorated with the headers

```
BEdita-Object-Id:
BEdita-Object-Type:

```

containing the BEdita object id and type.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.6% 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 ~149 days

Recently: every ~84 days

Total

7

Last Release

1020d ago

Major Versions

v1.1.0 → v2.0.02022-08-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/33c95e1516af3f48ebb2057caafd7f331a7aaae58c52442f8e8d00e03b211da9?d=identicon)[stefanorosanelli](/maintainers/stefanorosanelli)

---

Top Contributors

[![batopa](https://avatars.githubusercontent.com/u/1306319?v=4)](https://github.com/batopa "batopa (30 commits)")[![stefanorosanelli](https://avatars.githubusercontent.com/u/2122280?v=4)](https://github.com/stefanorosanelli "stefanorosanelli (21 commits)")[![didoda](https://avatars.githubusercontent.com/u/2227145?v=4)](https://github.com/didoda "didoda (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bedita-tus/health.svg)

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

###  Alternatives

[pumukit/pumukit

Media Portal

5714.0k37](/packages/pumukit-pumukit)

PHPackages © 2026

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