PHPackages                             christophlehmann/typo3-datahandler-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. christophlehmann/typo3-datahandler-cli

ActiveTypo3-cms-extension[CLI &amp; Console](/categories/cli)

christophlehmann/typo3-datahandler-cli
======================================

Use CLI commands to modify database records with the TYPO3 DataHandler. A lowlevel way for mass changes.

235PHP

Since Aug 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/christophlehmann/typo3-datahandler-cli)[ Packagist](https://packagist.org/packages/christophlehmann/typo3-datahandler-cli)[ RSS](/packages/christophlehmann-typo3-datahandler-cli/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 DataHandler CLI
=====================

[](#typo3-datahandler-cli)

Use CLI commands to modify database records with the TYPO3 DataHandler. A lowlevel way for mass changes.

**Pages with title `Detail` should not be included in search**

```
./bin/typo3 datahandler:patch \
    --table pages \
    --whereClause 'title="Detail"' \
    --jsonPatch '{"no_search": 1}'
```

**Page #2 should become an external link to typo3.org**

```
./bin/typo3 datahandler:patch \
    --table pages \
    --records 2 \
    --jsonPatch '{"doktype": 3, "url": "https://typo3.org"}'
```

**Delete page #100 and #200**

```
./bin/typo3 datahandler:delete \
    --table pages \
    --records 100,200
```

With `--workspace` changes can be applied in a workspace.

Status
======

[](#status)

It's very alpha, so use with care.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e2a03e451b8ad5281ca437e00e44b1a50752d576afaba66db97d503beab31f2?d=identicon)[christophlehmann](/maintainers/christophlehmann)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/christophlehmann-typo3-datahandler-cli/health.svg)

```
[![Health](https://phpackages.com/badges/christophlehmann-typo3-datahandler-cli/health.svg)](https://phpackages.com/packages/christophlehmann-typo3-datahandler-cli)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.6M7.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71477.7k9](/packages/styleci-cli)[j13k/yaml-lint

A compact command line utility for checking YAML file syntax

161.2M25](/packages/j13k-yaml-lint)[winbox/args

Windows command-line formatter

20722.5k21](/packages/winbox-args)[mallardduck/laravel-traits

A collection of useful Laravel snippets in the form of easy to use traits.

136.2k2](/packages/mallardduck-laravel-traits)

PHPackages © 2026

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