Download the PHP
package sudhaus7/sudhaus7-wizard without Composer
On this page you can find all versions of the php package
sudhaus7/sudhaus7-wizard. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor sudhaus7 Package sudhaus7-wizard Short Description (Sudhaus7) Wizard to copy Typo3 Website Trees License
MIT
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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:
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:
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
0.2.0
Breaking change: Update in WizardTemplateConfigInterface - please add at least the following lines to your implementations of this interface:
Requiresphp Version
^8.2 || ^8.3 || ^8.4 || ^8.5 ext-curl Version
* psr/log Version
^3.0 typo3/cms-core Version
^13.4
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package sudhaus7/sudhaus7-wizard contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.