{"id":13518450,"url":"https://github.com/TYPO3-Console/TYPO3-Console","last_synced_at":"2025-03-31T10:31:44.086Z","repository":{"id":16698857,"uuid":"19455482","full_name":"TYPO3-Console/TYPO3-Console","owner":"TYPO3-Console","description":"Console command for TYPO3 CMS","archived":false,"fork":false,"pushed_at":"2025-01-12T16:44:38.000Z","size":4160,"stargazers_count":290,"open_issues_count":5,"forks_count":140,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-03-27T13:03:29.264Z","etag":null,"topics":["automation","command-line-tool","composer","continuous-integration","deployment","typo3","typo3-extension"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TYPO3-Console.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.me/helhum/19.99"],"github":"helhum"}},"created_at":"2014-05-05T12:48:23.000Z","updated_at":"2025-03-04T09:49:56.000Z","dependencies_parsed_at":"2024-07-14T12:44:15.022Z","dependency_job_id":"fa4f5751-4ca2-4815-9f2b-b7d9885966ed","html_url":"https://github.com/TYPO3-Console/TYPO3-Console","commit_stats":{"total_commits":1350,"total_committers":81,"mean_commits":"16.666666666666668","dds":0.5674074074074074,"last_synced_commit":"78264ef09bdb98862c48545fcf24568e9f16248e"},"previous_names":[],"tags_count":154,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3-Console%2FTYPO3-Console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3-Console%2FTYPO3-Console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3-Console%2FTYPO3-Console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3-Console%2FTYPO3-Console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TYPO3-Console","download_url":"https://codeload.github.com/TYPO3-Console/TYPO3-Console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246453613,"owners_count":20779984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","command-line-tool","composer","continuous-integration","deployment","typo3","typo3-extension"],"created_at":"2024-08-01T05:01:44.944Z","updated_at":"2025-03-31T10:31:43.791Z","avatar_url":"https://github.com/TYPO3-Console.png","language":"PHP","funding_links":["https://www.paypal.me/helhum/19.99","https://github.com/sponsors/helhum"],"categories":["PHP"],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/helhum/typo3-console/v/stable.svg)](https://packagist.org/packages/helhum/typo3-console)\n[![TYPO3 11](https://img.shields.io/badge/TYPO3-11-orange.svg?style=flat-square)](https://get.typo3.org/version/11)\n[![TYPO3 12](https://img.shields.io/badge/TYPO3-12-orange.svg?style=flat-square)](https://get.typo3.org/version/12)\n[![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg?style=flat-square)](https://get.typo3.org/version/13)\n[![Total Downloads](https://poser.pugx.org/helhum/typo3-console/downloads.svg)](https://packagist.org/packages/helhum/typo3-console)\n[![Monthly Downloads](https://poser.pugx.org/helhum/typo3-console/d/monthly)](https://packagist.org/packages/helhum/typo3-console)\n[![Build Status](https://github.com/TYPO3-Console/TYPO3-Console/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/TYPO3-Console/TYPO3-Console/actions/workflows/Test.yml)\n[![StyleCI](https://styleci.io/repos/19455482/shield?branch=main)](https://styleci.io/repos/19455482)\n[![License](https://poser.pugx.org/helhum/typo3-console/license)](https://packagist.org/packages/helhum/typo3-console)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/helhum/19.99)\n\n# TYPO3 Console\n\nTYPO3 Console (`helhum/typo3-console`) provides a clean way to register commands and\na sane way to call these commands through the TYPO3 core command line tool called `typo3`.\n\n### Important information for longtime users\n**The CLI binary `typo3cms` was removed with version 8.0.0 and is replaced by the TYPO3 CLI binary `typo3`.\nCommands that were called e.g. `typo3cms database:updateschema` before,\nmust now be called with `typo3 database:updateschema`.**\n\nIt ships many commands to execute TYPO3 actions, which otherwise would only be accessible via the TYPO3 backend.\nThis makes TYPO3 Console a perfect companion for development, deployment, Docker setups, continuous integration\nworkflows or anything else where automation is required or beneficial.\n\nExamples for such commands are:\n\n* `typo3 install:setup` to completely set up TYPO3 from command line\n* `typo3 database:updateschema` to perform granular database schema updates\n\n|                  | URL                                                       |\n|------------------|-----------------------------------------------------------|\n| **Repository:**  | https://github.com/TYPO3-Console/TYPO3-Console            |\n| **Read online:** | https://docs.typo3.org/p/helhum/typo3-console/main/en-us/ |\n| **TER:**         | https://extensions.typo3.org/extension/typo3_console      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTYPO3-Console%2FTYPO3-Console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTYPO3-Console%2FTYPO3-Console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTYPO3-Console%2FTYPO3-Console/lists"}