{"id":29871550,"url":"https://github.com/move-elevator/deployer-tools","last_synced_at":"2026-01-20T16:27:31.360Z","repository":{"id":304950777,"uuid":"1020650375","full_name":"move-elevator/deployer-tools","owner":"move-elevator","description":"🚀 The Deployer Tools combine multiple deployer recipes for an improved deployment process and workflow.","archived":false,"fork":false,"pushed_at":"2025-12-15T16:26:35.000Z","size":112,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-18T22:26:14.135Z","etag":null,"topics":["deployer-php","deployer-recipes","symfony","typo3"],"latest_commit_sha":null,"homepage":"https://move-elevator.de/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/move-elevator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T07:31:43.000Z","updated_at":"2025-10-30T07:05:26.000Z","dependencies_parsed_at":"2025-10-28T15:05:52.924Z","dependency_job_id":"cc8529ee-8133-4189-917a-5ca610f15ddf","html_url":"https://github.com/move-elevator/deployer-tools","commit_stats":null,"previous_names":["move-elevator/deployer-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/move-elevator/deployer-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/move-elevator%2Fdeployer-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/move-elevator%2Fdeployer-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/move-elevator%2Fdeployer-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/move-elevator%2Fdeployer-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/move-elevator","download_url":"https://codeload.github.com/move-elevator/deployer-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/move-elevator%2Fdeployer-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployer-php","deployer-recipes","symfony","typo3"],"created_at":"2025-07-30T20:00:36.421Z","updated_at":"2026-01-20T16:27:31.344Z","avatar_url":"https://github.com/move-elevator.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Deployer Tools\n\n[![CGL](https://img.shields.io/github/actions/workflow/status/move-elevator/deployer-tools/cgl.yml?label=cgl\u0026logo=github)](https://github.com/move-elevator/deployer-tools/actions/workflows/cgl.yml)\n[![License](https://img.shields.io/github/license/move-elevator/deployer-tools)](LICENSE.md)\n\n\u003c/div\u003e\n\n\u003e The Deployer Tools combine multiple [deployer](https://deployer.org/) recipes for an improved deployment process and workflow.\n\nThis recipes are mainly used in [move:elevator](https://www.move-elevator.de/) projects. It is not meant to be used anywhere else.\n\n- [Installation](#installation)\n- [Feature Branch Deployment](#feature-branch-deployment)\n- [Symfony](#symfony)\n- [TYPO3](#typo3)\n- [Standalone Tasks](#standalone-tasks)\n\n## ✨ Features\n\nThe focus relies on reusable concluded tasks and the possibility to combine multiple deployment workflows, e.g. [Symfony](#symfony) and [Feature Branch Deployment](#feature-branch-deployment).\n\n- predefined **deployment workflows** for *TYPO3* and *Symfony* applications\n- compact **feature branch deployment**\n- useful **standalone tasks** for extending existing workflows\n\n## 🔥 Installation\n\n[![Packagist](https://img.shields.io/packagist/v/move-elevator/deployer-tools?label=version\u0026logo=packagist)](https://packagist.org/packages/move-elevator/deployer-tools)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/move-elevator/deployer-tools?color=brightgreen)](https://packagist.org/packages/move-elevator/deployer-tools)\n\n```bash\ncomposer require move-elevator/deployer-tools\n```\n\nNow you can adjust the `deploy.php` with the following features:\n\n## 📝 Documentation\n\n### Feature Branch Deployment\n\nThe feature branch deployment describes the deployment and initialization process of multiple application instances on the same host.\n\nRead the [documentation](docs/FEATURE.md) for detailed installation instructions and further explanations.\n\n### Symfony\n\nThe symfony deployment covers the deployment process for symfony applications.\n\nRead the [documentation](docs/SYMFONY.md) for detailed installation instructions and further explanations.\n\n### TYPO3\n\nThe TYPO3 deployment covers the deployment process for TYPO3 CMS applications.\n\nRead the [documentation](docs/TYPO3.md) for detailed installation instructions and further explanations.\n\n### Standalone Tasks\n- MS Teams Notification\n- Database backup\n- [Security check](docs/SECURITY.md)\n- [Development](docs/DEV.md)\n- [Debug helper](docs/DEBUG.md)\n\n\n## 💛 Acknowledgements\n\nThis project is a fork and further development of the [XIMA Deployer Tools](https://github.com/xima-media/xima-deployer-tools).\n\n## ⭐ License\n\nThis project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmove-elevator%2Fdeployer-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmove-elevator%2Fdeployer-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmove-elevator%2Fdeployer-tools/lists"}