PHPackages                             kitzberger/cli-browser - 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. kitzberger/cli-browser

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

kitzberger/cli-browser
======================

Browse for content elements and other records via CLI

1.0.6(5y ago)1181GPL-2.0-or-laterPHP

Since Jan 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kitzberger/cli_browser)[ Packagist](https://packagist.org/packages/kitzberger/cli-browser)[ Docs](https://github.com/kitzberger/cli_browser)[ RSS](/packages/kitzberger-cli-browser/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

TYPO3 Extension cli\_browser
============================

[](#typo3-extension-cli_browser)

This extension provides a simple way of browsing through DB records via the CLI.

Commands
--------

[](#commands)

### Browsing CEs

[](#browsing-ces)

```
$ bin/typo3 database:browse-contents --help

Options:
      --CType=CTYPE          What CType are you looking for?
      --list_type=LIST_TYPE  What list_type are you looking for?
      --url                  Render the URL?
      --site                 Render the site?
      --with-deleted         Include deleted records?
      --without-hidden       Include hidden records?
      --without-past         Include past records?
      --without-future       Include future records?
      --limit=LIMIT          How many records? [default: 5]
      --order-by=ORDER-BY    Order by which column(s)? [default: "tstamp:DESC"]
      --columns[=COLUMNS]    Which columns should be display?

```

### Browsing records

[](#browsing-records)

```
$ bin/typo3 database:browse-records --help

Options:
      --table=TABLE        What table are you looking for?
      --type[=TYPE]        What type are you looking for?
      --site               Render the site?
      --group-by-pid       Group by pid?
      --with-deleted       Include deleted records?
      --without-hidden     Include hidden records?
      --without-past       Include past records?
      --without-future     Include future records?
      --limit=LIMIT        How many records? [default: 5]
      --order-by=ORDER-BY  Order by which column(s)? [default: "tstamp:DESC"]
      --columns[=COLUMNS]  Which columns should be display?

```

Examples
--------

[](#examples)

### Example 1: find 5 news plugins (incl. URLs)

[](#example-1-find-5-news-plugins-incl-urls)

```
bin/typo3 database:browse-contents --CType list --list_type news_pi1 --limit 5 --url

```

### Example 2: find 5 news records (incl. site identifier)

[](#example-2-find-5-news-records-incl-site-identifier)

```
bin/typo3 database:browse-records --table tx_news_domain_model_news --limit 5 --site

```

### Example 3: find 5 news records (incl. deleted)

[](#example-3-find-5-news-records-incl-deleted)

In case you want to extend your search to deleted records use the option:

- `--with-deleted`

```
bin/typo3 database:browse-records --table tx_news_domain_model_news --limit 5 --with-deleted

```

### Example 4: find 5 news records (without hidden/future/past)

[](#example-4-find-5-news-records-without-hiddenfuturepast)

In case you want to exclude hidden or timed records from your search use the follwing options:

- `--without-hidden`
- `--without-future`
- `--without-past`

```
bin/typo3 database:browse-records --table tx_news_domain_model_news --limit 5 --without-hidden --without-future --without-past

```

### Example 5: specify columns

[](#example-5-specify-columns)

In case you're not satisfied with the printed table and its columns, you can specify the columns with the option `--columns` to your needs:

- For columns containing too much text and disturb the nice ascii table, you can prove a maximum length.
- For columns containing unix timestamps, you can render them as `date` or `datetime` and even provide a custom format.

```
bin/typo3 database:browse-records --table tx_news_domain_model_news --columns="uid,path_segment,title:40,crdate:date,tstamp:datetime:Y-m-d H:i"

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

7

Last Release

1886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a288a9c4de1e44927c96ee2f9cef86ad3fbf3648e47933c2b662f3c090f0265?d=identicon)[kitzberger](/maintainers/kitzberger)

---

Top Contributors

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

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/kitzberger-cli-browser/health.svg)

```
[![Health](https://phpackages.com/badges/kitzberger-cli-browser/health.svg)](https://phpackages.com/packages/kitzberger-cli-browser)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[b13/warmup

This extension adds a CLI script to warmup the caches.

12120.6k](/packages/b13-warmup)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40135.8k](/packages/in2code-in2publish-core)[causal/image_autoresize

Simplify the way your editors may upload their images: no complex local procedure needed, let TYPO3 automatically resize down their huge images/pictures on-the-fly during upload (or using a command for batch processing) and according to your own business rules (directory/groups). This will highly reduce the footprint on your server and speed-up response time if lots of images are rendered (e.g., in a gallery). Features an EXIF/IPTC extractor to ensure metadata may be used by the FAL indexer even if not preserved upon resizing.

19455.6k](/packages/causal-image-autoresize)

PHPackages © 2026

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