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 3w 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 47% 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

1933d 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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[lochmueller/staticfilecache

Transparent static file cache solution using mod\_rewrite and mod\_expires. Increase performance for static pages by a factor of 230!!

1271.4M4](/packages/lochmueller-staticfilecache)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

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

34653.7k16](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33304.3k](/packages/web-vision-wv-deepltranslate)

PHPackages © 2026

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