PHPackages                             friendsoftypo3/kickstarter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. friendsoftypo3/kickstarter

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

friendsoftypo3/kickstarter
==========================

Extension Kickstarter - Kickstart TYPO3 Extension

0.4.0(6mo ago)246.1k↓35.3%7[11 issues](https://github.com/FriendsOfTYPO3/kickstarter/issues)[2 PRs](https://github.com/FriendsOfTYPO3/kickstarter/pulls)2GPL-2.0-or-laterPHPPHP ^8.2CI passing

Since Mar 30Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/FriendsOfTYPO3/kickstarter)[ Packagist](https://packagist.org/packages/friendsoftypo3/kickstarter)[ Docs](https://extensions.typo3.org/extension/kickstarter)[ RSS](/packages/friendsoftypo3-kickstarter/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (7)Versions (44)Used By (2)

TYPO3 Extension Kickstarter
===========================

[](#typo3-extension-kickstarter)

`kickstarter` is a TYPO3 extension that simplifies and accelerates the creation of new TYPO3 extensions by automating file generation, controller setup, and plugin registration through easy-to-use CLI commands. With a few CLI commands, it generates essential files like `LICENSE`, `composer.json`, and more. Whether starting from scratch or extending existing functionality, `kickstarter` helps streamline development.

---

Features
--------

[](#features)

- **Generate New TYPO3 Extensions**Automates the creation of TYPO3 extensions with pre-configured files.
- **CLI Commands for Common Tasks**

    - Create a new extension
    - Generate controllers (extbase and native)
    - Register plugins (extbase and native)
    - Extend existing controllers with additional actions.
    - Create basic TCA for tables
    - Create extbase domain model
    - Create extbase domain repository
    - Create extbase type converters
    - Create event
    - Create event listener
    - Create testing environment

---

Installation
------------

[](#installation)

Install the extension using Composer:

```
composer req --dev friendsoftypo3/kickstarter
```

For DDEV:

```
ddev composer req --dev friendsoftypo3/kickstarter
```

Configuration
-------------

[](#configuration)

By default, new extensions are created in `typo3temp/kickstarter/[your_ext_key]`.

To change this location:

- Navigate to **TYPO3 Backend → Admin Tools → Settings → Configure Extensions → `kickstarter`**.
- For Composer-based installations, the recommended directory is `packages/`.

Usage
-----

[](#usage)

After installation, you can use the following CLI commands:

### Create a New Extension

[](#create-a-new-extension)

```
vendor/bin/typo3 make:extension
```

DDEV:

```
ddev typo3 make:extension
```

**Warning:** This command will ask you to delete an existing extension in the target directory before creating a new one.

### Generate a Controller

[](#generate-a-controller)

```
vendor/bin/typo3 make:controller
```

DDEV:

```
ddev typo3 make:controller
```

You will be prompted to select controller actions. Existing actions will not be overwritten.

### Create and Register an Extbase Plugin

[](#create-and-register-an-extbase-plugin)

```
vendor/bin/typo3 make:plugin
```

DDEV:

```
ddev typo3 make:plugin
```

### Create a TCA table

[](#create-a-tca-table)

```
vendor/bin/typo3 make:table
```

DDEV:

```
ddev typo3 make:table
```

### Add testing environment

[](#add-testing-environment)

```
vendor/bin/typo3 make:testenv
```

DDEV:

```
ddev typo3 make:testenv
```

### Create an Event Listener

[](#create-an-event-listener)

```
vendor/bin/typo3 make:eventlistener
```

DDEV:

```
ddev typo3 make:eventlistener
```

### Create an Extbase Model

[](#create-an-extbase-model)

```
vendor/bin/typo3 make:model
```

DDEV:

```
ddev typo3 make:model
```

### Create an Extbase Repository

[](#create-an-extbase-repository)

```
vendor/bin/typo3 make:repository
```

DDEV:

```
ddev typo3 make:repository
```

### Create an Extbase Type Converter

[](#create-an-extbase-type-converter)

```
vendor/bin/typo3 make:typeconverter
```

DDEV:

```
ddev typo3 make:typeconverter
```

### Create an Upgrade Wizard

[](#create-an-upgrade-wizard)

```
vendor/bin/typo3 make:upgrade
```

DDEV:

```
ddev typo3 make:upgrade
```

---

Why Use kickstarter
-------------------

[](#why-use-kickstarter)

Creating TYPO3 extensions often involves repetitive tasks like setting up configuration files and controllers. `kickstarter` automates these steps, saving time and ensuring a consistent structure.

---

Special Thanks
--------------

[](#special-thanks)

Special thanks to [LiteGraph](https://github.com/jagenjo/litegraph.js) for their awesome JS UI library we are using in TYPO3 backend.

---

Contributions &amp; Feedback
----------------------------

[](#contributions--feedback)

Feedback and contributions are always welcome! Feel free to share your ideas or report issues in the [GitHub repository](https://github.com/friendsoftypo3/kickstarter).

---

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance70

Regular maintenance activity

Popularity36

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.9% 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 ~20 days

Recently: every ~72 days

Total

17

Last Release

136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81befeeadfe6fa202167d64ce1e66410b8cab345edbb652376946e16ccb6a9af?d=identicon)[linawolf](/maintainers/linawolf)

![](https://www.gravatar.com/avatar/05dced6126901d1575247395215456bd04a4db8186a80a53e02bb142b9888331?d=identicon)[froemken](/maintainers/froemken)

---

Top Contributors

[![froemken](https://avatars.githubusercontent.com/u/2532472?v=4)](https://github.com/froemken "froemken (200 commits)")[![linawolf](https://avatars.githubusercontent.com/u/48202465?v=4)](https://github.com/linawolf "linawolf (70 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![mkiebele](https://avatars.githubusercontent.com/u/84334387?v=4)](https://github.com/mkiebele "mkiebele (2 commits)")[![JenHa](https://avatars.githubusercontent.com/u/24609663?v=4)](https://github.com/JenHa "JenHa (1 commits)")

---

Tags

devbuilderextbaseTYPO3 CMSkickstarttypo3

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/friendsoftypo3-kickstarter/health.svg)

```
[![Health](https://phpackages.com/badges/friendsoftypo3-kickstarter/health.svg)](https://phpackages.com/packages/friendsoftypo3-kickstarter)
```

###  Alternatives

[stefanfroemken/ext-kickstarter

Extension Kickstarter - Kickstart TYPO3 Extension

249.7k](/packages/stefanfroemken-ext-kickstarter)[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)[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[friendsoftypo3/extension-builder

Tool to kickstart and maintain TYPO3 extensions

114814.2k5](/packages/friendsoftypo3-extension-builder)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)

PHPackages © 2026

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