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

1.0.1(1mo ago)08.9k↓50%2[3 PRs](https://github.com/sudhaus7/wizard/pulls)1MITPHPPHP ^8.2 || ^8.3 || ^8.4 || ^8.5

Since May 9Pushed 1w 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 3d ago

READMEChangelog (2)Dependencies (31)Versions (110)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

1.0.1

- Feature: Added site set support
- Bugfix: Corrected sites config path for classic installations
- Bugfix: Corrected wizard command
- Bugfix: Ensured correct folder creation

1.0.0

- Requires TYPO3 13.4 (dependency updated from `^13.0` to `^13.4`)
- Requires PHP 8.2 or higher
- Breaking change: `WizardProcessInterface` has been extended by a new method providing the template-defined file mountpoints to replace. Add this to your implementations:

```
public function getFileMountPoints(): array;
```

The file mountpoint is now **replaced** (not appended) on wizard run during `be_groups` generation. To restore the previous append behaviour, listen to `CreateBackendUserGroupEvent`, which now exposes the template file mountpoints via `getTemplateFileMountPoints()`.

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

58

—

FairBetter than 98% of packages

Maintenance96

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 82.6% 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 ~11 days

Recently: every ~66 days

Total

104

Last Release

32d ago

Major Versions

0.5.x-dev → 1.0.02026-06-02

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

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

0.5.0PHP 8.\*

1.0.0PHP ^8.2 || ^8.3 || ^8.4 || ^8.5

### 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 (199 commits)")[![calien666](https://avatars.githubusercontent.com/u/11405116?v=4)](https://github.com/calien666 "calien666 (39 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)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### 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

[symfony/lock

Creates and manages locks, a mechanism to provide exclusive access to a shared resource

514139.2M693](/packages/symfony-lock)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k53](/packages/ecotone-ecotone)[typo3/cms-redirects

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

167.4M80](/packages/typo3-cms-redirects)[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M209](/packages/illuminate-broadcasting)

PHPackages © 2026

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