deployment-strategies

Installation
SKILL.md

PHP Deployment Strategies

When to use

  • The user wants to run database migrations as part of a release without breaking in-flight requests.
  • The user needs to roll back a failed PHP deployment quickly and safely.
  • The user wants to release a new version of a PHP application without dropping requests or serving a maintenance page.

When NOT to use

  • Do not apply release strategies when the user only wants to run the application on their own machine.
  • Do not use this skill for provisioning servers, DNS, or cloud infrastructure with Terraform or similar.

Core guidance

Installs
2
GitHub Stars
3
First Seen
Jul 3, 2026
deployment-strategies — anyorgname/php-skills