markomarkovic/simple-php-git-deploy
Automatically deploy the code using PHP and Git observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4980
- days_rel: n/a
- days_push: 1970
- n_releases_24m: 0
Adoption not part of the score
1040 stars · 265 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A single PHP script that automatically deploys code from a Git repository to a server when triggered by a webhook or post-receive hook. It pulls changes, optionally runs Composer and backups, and syncs files to the target directory using rsync.
Use cases
- deploy code to my server automatically on git push
- set up a github webhook to trigger deployment
- simple php deployment script without ci/cd
- deploy from bitbucket to shared hosting
- rsync deploy from git repository
- auto pull latest code on server when repo updates
When to choose
- you want a lightweight, no-dependency deploy script on shared or simple PHP hosting
- you deploy a single site from GitHub/Bitbucket via webhooks
- you don't want to run a full CI/CD pipeline
When to avoid
- you need rollback, build pipelines, or multi-environment deployments
- your infrastructure already uses CI/CD tools like GitHub Actions or Ansible
- the project needs active development or modern security hardening
Facets
application · maturity maintenance
deployment webhook workflow-automation developer-tools web-development self-hosted php self-hosted git-deploy continuous-deployment rsync webhook-triggered single-script devops automation web-server linux
1 source
- readme: https://github.com/markomarkovic/simple-php-git-deploy · fetched 2026-08-28 · 3379238084c4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| markomarkovic/simple-php-git-deploy | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="markomarkovic/simple-php-git-deploy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem