PHPackages                             sudhaus7/sudhaus7-wizard - 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. sudhaus7/sudhaus7-wizard

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

sudhaus7/sudhaus7-wizard
========================

(Sudhaus7) Wizard to copy Typo3 Website Trees

0.5.21(8mo ago)08.1k↓38.5%2[2 PRs](https://github.com/sudhaus7/wizard/pulls)1MITPHPPHP 8.\*

Since May 9Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/sudhaus7/wizard)[ Packagist](https://packagist.org/packages/sudhaus7/sudhaus7-wizard)[ RSS](/packages/sudhaus7-sudhaus7-wizard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (15)Versions (104)Used By (1)

TYPO3 Sudhaus7 Wizard
=====================

[](#typo3-sudhaus7-wizard)

[![Latest Stable Version](https://camo.githubusercontent.com/338ecc58de39743cb3dbcdab613e098b2c252946089f1217bd58967e66c950fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756468617573372f73756468617573372d77697a6172642e737667)](https://packagist.org/packages/sudhaus7/sudhaus7-wizard)[![Build Status](https://github.com/endroid/qr-code/workflows/CI/badge.svg)](https://github.com/sudhaus7/sudhaus7-wizard/actions)[![Total Downloads](https://camo.githubusercontent.com/6ee8aecb48cad590f30343a46f766a89e5e1134926e526285d5bb8c9b4a39199/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756468617573372f73756468617573372d77697a6172642e737667)](https://packagist.org/packages/sudhaus7/sudhaus7-wizard)[![Monthly Downloads](https://camo.githubusercontent.com/62bb2118225a904a74327737940e30013e61cca8a81600ad6c46e2e078d5dc4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f73756468617573372f73756468617573372d77697a6172642e737667)](https://packagist.org/packages/sudhaus7/sudhaus7-wizard)

This is a TYPO3 extension with the extension key `sudhaus7_wizard`. With this extension a sitepackage can be extended to be able to completly clone an existing site by generating a wizard record, configuring the new name, url and user.

Changelog 0.4.0

- breaking change a Source has been defined from SourceInterface. Sources need now a connection to the CreateProcess. Upgrade your source by adding this code-snippet:

```
use SUDHAUS7\Sudhaus7Wizard\CreateProcess;

protected ?CreateProcess $createProcess = null;

public function getCreateProcess(): CreateProcess
{
    if ($this->createProcess === null) {
        throw new \InvalidArgumentException('Create Process must be defined', 1715795482);
    }
    return $this->createProcess;
}

public function setCreateProcess( CreateProcess $createProcess ): void
{
    $this->createProcess = $createProcess;
}
```

0.2.0

- Breaking change: Update in WizardProcessInterface - in getTemplateBackendUserGroup and getTemplateBackendUser the CreateProcess Object is now added as a parameter. Please update your implementations for this Interface accordingly

```
public function getTemplateBackendUser(CreateProcess $pObj): array;
public function getTemplateBackendUserGroup(CreateProcess $pObj): array;
```

0.2.0

- Breaking change: Update in WizardTemplateConfigInterface - please add at least the following lines to your implementations of this interface:

```
public function modifyRecordTCA(array $TCA): array
{
    return $TCA;
}
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance71

Regular maintenance activity

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~8 days

Recently: every ~2 days

Total

101

Last Release

243d ago

PHP version history (3 changes)0.0.1PHP 8.0.\*||8.1.\*||8.2.\*

0.3.0PHP ^8.0 || ^8.1 || ^8.2

0.5.0PHP 8.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9f3b5a9949724de5da93fcf1ea189dd31131a25502fb8555eb7cff3fab5cfad?d=identicon)[sudhaus7](/maintainers/sudhaus7)

---

Top Contributors

[![foppelfb](https://avatars.githubusercontent.com/u/7147768?v=4)](https://github.com/foppelfb "foppelfb (193 commits)")[![calien666](https://avatars.githubusercontent.com/u/11405116?v=4)](https://github.com/calien666 "calien666 (13 commits)")[![sbuerk](https://avatars.githubusercontent.com/u/1453466?v=4)](https://github.com/sbuerk "sbuerk (2 commits)")[![dsimon-dsimon](https://avatars.githubusercontent.com/u/35999103?v=4)](https://github.com/dsimon-dsimon "dsimon-dsimon (1 commits)")

### Embed Badge

![Health badge](/badges/sudhaus7-sudhaus7-wizard/health.svg)

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

###  Alternatives

[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.0M55](/packages/typo3-cms-redirects)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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