PHPackages                             helhum/ter-client - 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. [API Development](/categories/api)
4. /
5. helhum/ter-client

ActiveLibrary[API Development](/categories/api)

helhum/ter-client
=================

Client for interacting with the official TYPO3 Extension Repository (TER). Contains API Symfony Commands

v0.1.1(7y ago)71.4k5MITPHPPHP &gt;=5.5 &lt;8CI failing

Since Aug 23Pushed 6y ago3 watchersCompare

[ Source](https://github.com/helhum/ter-client)[ Packagist](https://packagist.org/packages/helhum/ter-client)[ RSS](/packages/helhum-ter-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

TER Client
==========

[](#ter-client)

TYPO3 Extension Repository (TER) client library and Symfony Console commands. This has been built on the shoulders of [namelesscoder/typo3-repository-client](https://packagist.org/packages/namelesscoder/typo3-repository-client). Thanks a lot Claus Due for the idea and the foundation.

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

[](#installation)

Use composer to install the TER Client: `composer require helhum/ter-client`

Usage
-----

[](#usage)

Each command which can be executed has a corresponding class, for example `Helhum\TerClient\Uploader` and a CLI script which acts as a wrapper for said class. The parameters which should be passed to each CLI script *must be the same arguments and in the same order as required by the class' method*.

### Uploader

[](#uploader)

As component:

```
$uploadPacker = new ExtensionUploadPacker();
$connection = Connection::create($wsdUrl);
$result = $connection->upload(
    new UsernamePasswordCredentials($username, $password),
    $uploadPacker->pack($extensionKey, $directory, $comment)
);
```

And as CLI command:

```
ter-client upload ext_key /path/to/extension -u myusername -p mypassword -m "Upload Comment"
```

### Version Deleter (admins only)

[](#version-deleter-admins-only)

As component:

```
$deleter = new Deleter(Connection::create($wsdUrl));
$result = $deleter->deleteExtensionVersion($extensionKey, $version, $username, $password);
```

And as CLI command:

```
ter-client remove-version extensionkey 1.2.3 -u myusername -p mypassword
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~659 days

Total

2

Last Release

2573d ago

PHP version history (2 changes)v0.1.0PHP &gt;5.3.3 &lt; 7.2

v0.1.1PHP &gt;=5.5 &lt;8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/904370?v=4)[Helmut Hummel](/maintainers/helhum)[@helhum](https://github.com/helhum)

---

Top Contributors

[![NamelessCoder](https://avatars.githubusercontent.com/u/2228052?v=4)](https://github.com/NamelessCoder "NamelessCoder (47 commits)")[![helhum](https://avatars.githubusercontent.com/u/904370?v=4)](https://github.com/helhum "helhum (43 commits)")[![garfieldius](https://avatars.githubusercontent.com/u/705480?v=4)](https://github.com/garfieldius "garfieldius (3 commits)")[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/helhum-ter-client/health.svg)

```
[![Health](https://phpackages.com/badges/helhum-ter-client/health.svg)](https://phpackages.com/packages/helhum-ter-client)
```

PHPackages © 2026

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