2 个仓库
Specialized tools for managing the deployment of PHP-based web frameworks using recipes.
Distinct from PHP Application Deployments: Focuses on the framework-specific deployment logic rather than general PHP application packaging.
Explore 2 awesome GitHub repositories matching devops & infrastructure · PHP Framework Deployment Tooling. Refine with filters or upvote what's useful.
Deployer is a PHP deployment tool and SSH-based deployment automator used to push applications to remote servers and automate the provisioning of hosting environments. It functions as a zero-downtime deployment manager that utilizes symbolic links to switch between application versions, ensuring continuous site availability. The system employs pre-defined deployment recipes tailored to the specific requirements of popular PHP web frameworks. This framework-specific automation allows for the execution of task sequences designed for particular software environments. The tool covers remote serv
Provides a set of pre-defined deployment recipes tailored for popular PHP web frameworks.
Laravel Deployer is a command-line utility designed to automate the deployment of web applications built on the Laravel framework. It functions as a configuration-driven management system that synchronizes code across remote server environments and orchestrates the application release lifecycle. The tool utilizes secure shell protocols to execute remote commands and manage infrastructure, ensuring consistent environment setup through standardized templates. It maintains service continuity by deploying code to timestamped directories and performing atomic symlink switching, which allows the we
Provides a configuration-driven framework for streamlining environment synchronization and release management.