deployphp/deployer

The PHP deployment tool with support for popular frameworks out of the box

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 11th, 2013
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 1,509
Total Stargazers: 11,104 (+0)
Total Subscribers: 210 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 30.4 days
90th percentile: 77.0 days
Tracked items: 119

How this project is maintained

Work labelled "bug" is answered fastest, typically in about 2 hours, while "docs needed" waits about 9 days. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 1
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Stale (150)
  • still open (141)
  • feature (35)
  • bug (24)
  • docs needed (17)
  • minor bug (14)
  • improvement (8)
  • research (7)

Most active issues this week

Detailed Description

Deployer is a PHP deployment tool with support for popular frameworks out of the box.

Deployer addresses the complexity of deploying PHP applications by automating the deployment process end-to-end. It handles server provisioning, manages zero-downtime deployments to minimize service interruption, and provides ready-to-use recipes tailored for most common PHP frameworks, eliminating the need to build deployment logic from scratch.

Teams managing PHP applications should consider Deployer if they want to reduce manual deployment overhead and leverage framework-specific best practices. It suits projects ranging from small applications to larger deployments where zero-downtime updates are important. The tool integrates with existing PHP workflows and can be used both as a standalone command-line tool and within CI/CD pipelines through a dedicated GitHub Action.

The project maintains active test coverage through continuous integration workflows. Development activity shows consistent attention to stability and reliability, with the codebase receiving regular updates and maintenance to keep pace with evolving framework ecosystems and deployment practices.