move-elevator / deployer-tools
The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.
Requires
- php: ^8.1
- ext-json: *
- ext-pcre: *
- deployer/deployer: ^7.0
- mittwald/api-client: ^2.1
- sourcebroker/deployer-extended: ^24.0
- sourcebroker/deployer-loader: ^2.0.1
Requires (Dev)
- armin/editorconfig-cli: ^1.0 || ^2.0
- eliashaeussler/rector-config: ^3.0
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/phpstan: ^2.0
- roave/security-advisories: dev-latest
Suggests
- mittwald/api-client: Provides the Mittwald API client for deployer recipes.
This package is auto-updated.
Last update: 2025-07-17 13:27:18 UTC
README
Deployer Tools
The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.
✨ Features
The focus relies on reusable concluded tasks and the possibility to combine multiple deployment workflows, e.g. Symfony and Feature Branch Deployment.
- predefined deployment workflows for TYPO3 and Symfony applications
- compact feature branch deployment
- useful standalone tasks for extending existing workflows
🔥 Installation
composer require move-elevator/deployer-tools
Now you can adjust the deploy.php
with the following features:
📝 Documentation
Feature Branch Deployment
The feature branch deployment describes the deployment and initialization process of multiple application instances on the same host.
Read the documentation for detailed installation instructions and further explanations.
Symfony
The symfony deployment covers the deployment process for symfony applications.
Read the documentation for detailed installation instructions and further explanations.
TYPO3
The TYPO3 deployment covers the deployment process for TYPO3 CMS applications.
Read the documentation for detailed installation instructions and further explanations.
Standalone Tasks
- MS Teams Notification
- Database backup
- Security check
- Development
- Debug helper
©️ Credits
This project is a fork and further development of the XIMA Deployer Tools.
⭐ License
This project is licensed under GNU General Public License 3.0 (or later).