helhum/typo3-console
A reliable and powerful command line interface for TYPO3 CMS
Maintainers
Package info
github.com/TYPO3-Console/TYPO3-Console
Type:typo3-cms-extension
pkg:composer/helhum/typo3-console
Requires
- php: >=8.2
- composer-runtime-api: ^2.1
- helhum/config-loader: >=0.9 <0.13
- symfony/console: ^5.4 || ^6.4 || ^7.0
- symfony/process: ^5.4 || ^6.4 || ^7.0
- typo3/cms-backend: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-composer-installers: ^4.0@rc || >=5.0
- typo3/cms-core: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-extbase: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-fluid: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-frontend: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-install: ^12.4.18 || ^13.1 || ^14.3
Requires (Dev)
- dg/bypass-finals: ^1.4
- friendsofphp/php-cs-fixer: ^3.57
- paragonie/sodium_compat_ext_sodium: ^1.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpunit/phpunit: ^9.5.25
- symfony/expression-language: ^5.4 || ^6.4 || ^7.0
- symfony/filesystem: ^5.4 || ^6.4 || ^7.0
- typo3-console/create-reference-command: ^1.0
- typo3-console/sql-command: ^1.0
- typo3/cms-extensionmanager: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-filemetadata: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-fluid-styled-content: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-recordlist: ^12.4.18 || ^13.1 || ^14.3
- typo3/cms-reports: ^12.4.18 || ^13.1 || ^14.3
Suggests
None
Provides
None
Conflicts
None
Replaces
- typo3-ter/typo3-console: v9.0.0
GPL-2.0-or-later a4ede24b93c69e5e05309c1cf47c598c4cda37df
- Helmut Hummel <info.woop@helhum.io>
This package is auto-updated.
Last update: 2026-05-19 11:30:58 UTC
README
👁 Latest Stable Version
👁 TYPO3 12
👁 TYPO3 13
👁 TYPO3 14
👁 Total Downloads
👁 Monthly Downloads
👁 Build Status
👁 StyleCI
👁 License
👁 Donate
TYPO3 Console
TYPO3 Console (helhum/typo3-console) provides a clean way to register commands and
a sane way to call these commands through the TYPO3 core command line tool called typo3.
Important information for longtime users
The CLI binary typo3cms was removed with version 8.0.0 and is replaced by the TYPO3 CLI binary typo3.
Commands that were called e.g. typo3cms database:updateschema before,
must now be called with typo3 database:updateschema.
It ships many commands to execute TYPO3 actions, which otherwise would only be accessible via the TYPO3 backend. This makes TYPO3 Console a perfect companion for development, deployment, Docker setups, continuous integration workflows or anything else where automation is required or beneficial.
Examples for such commands are:
typo3 install:setupto completely set up TYPO3 from command linetypo3 database:updateschemato perform granular database schema updates
| URL | |
|---|---|
| Repository: | https://github.com/TYPO3-Console/TYPO3-Console |
| Read online: | https://docs.typo3.org/p/helhum/typo3-console/main/en-us/ |
| TER: | https://extensions.typo3.org/extension/typo3_console |
