PHPackages                             loadinglucian/deployer-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. loadinglucian/deployer-php

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

loadinglucian/deployer-php
==========================

Server and site deployment tool for PHP

v1.0.4(2mo ago)5342↓50%[4 PRs](https://github.com/loadinglucian/deployer-php/pulls)MITPHPPHP ^8.2CI passing

Since Jan 17Pushed 1mo agoCompare

[ Source](https://github.com/loadinglucian/deployer-php)[ Packagist](https://packagist.org/packages/loadinglucian/deployer-php)[ RSS](/packages/loadinglucian-deployer-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (15)Versions (27)Used By (0)

 [ ![DeployerPHP Logo](https://raw.githubusercontent.com/loadinglucian/deployer-php/main/docs/images/logo-mark.svg) ](https://deployerphp.com)

 [![Supports PHP >= 8.2](https://camo.githubusercontent.com/962aced9b09d89716dbebf186ff899754a096ff1068b6b7988675c2d9fab9331/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e322d626c75652e737667)](https://packagist.org/packages/loadinglucian/deployer-php) [![Latest Stable Version](https://camo.githubusercontent.com/34ffbc3c71105e334118ff4d85487f51c066b839b7ff9684d0c35e3033b085c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6164696e676c756369616e2f6465706c6f7965722d706870)](https://packagist.org/packages/loadinglucian/deployer-php) [![License](https://camo.githubusercontent.com/03c1807e18ac7f2a84772e702f49ba0468f91280e69634e3b234a1bb8db7aa37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c6f6164696e676c756369616e2f6465706c6f7965722d706870)](https://packagist.org/packages/loadinglucian/deployer-php)

 [https://deployerphp.com](https://deployerphp.com/)

Meet DeployerPHP
================

[](#meet-deployerphp)

This is DeployerPHP, a complete set of CLI tools for provisioning, installing, and deploying servers and sites using PHP. It serves as an open-source alternative to services such as Ploi, RunCloud or Laravel Forge.

Here it is in action:

 [![DeployerPHP in action](https://raw.githubusercontent.com/loadinglucian/deployer-php/main/docs/images/deployerphp.webp#gh-light-mode-only)](https://raw.githubusercontent.com/loadinglucian/deployer-php/main/docs/images/deployerphp.webp#gh-light-mode-only) [![DeployerPHP in action](https://raw.githubusercontent.com/loadinglucian/deployer-php/main/docs/images/deployerphp-dark.webp#gh-dark-mode-only)](https://raw.githubusercontent.com/loadinglucian/deployer-php/main/docs/images/deployerphp-dark.webp#gh-dark-mode-only)

- [Crash Course](#crash-course)
- [Benefits](#benefits)
    - [Unlimited Servers &amp; Sites](#unlimited-servers--sites)
    - [No Vendor Lock-In](#no-vendor-lock-in)
    - [End-To-End Management](#end-to-end-management)
    - [Composable Commands](#composable-commands)
    - [AI Automation](#ai-automation)
- [License](#license)
- [Contributing](#contributing)

Crash Course
------------

[](#crash-course)

Here's a quick but complete run-through to start deploying immediately. Run each of these commands in sequence to go from zero to deploy:

```
# Install DeployerPHP
composer require --dev loadinglucian/deployer-php
alias deployer="./vendor/bin/deployer"

# Add your server to the inventory
deployer server:add

# Alternatively, set up a cloud instance and add it to
# the inventory automatically with a single command:
#
# $> deployer aws:provision
# $> deployer do:provision

# Install Nginx, PHP, Bun and generate a deploy key
deployer server:install

# Optionally, install your preferred database service:
#
# $> deployer mariadb:install
# $> deployer postgresql:install
# $> deployer redis:install
# $> deployer memcached:install

# Create a site
deployer site:create

# Optionally, create deployment scripts and upload shared files:
#
# $> deployer scaffold:scripts
# $> deployer site:shared:push

# Deploy your application
deployer site:deploy

# Enable HTTPS
deployer site:https
```

Benefits
--------

[](#benefits)

### Unlimited Servers &amp; Sites

[](#unlimited-servers--sites)

There aren't any limits or restrictions on how many servers and sites you can deploy or manage: provision, install, manage, and deploy as many as you want.

### No Vendor Lock-In

[](#no-vendor-lock-in)

You can manage servers and deploy sites with any hosting or cloud provider. If your server runs Ubuntu LTS and you can SSH into it, you can manage it with DeployerPHP.

### End-To-End Management

[](#end-to-end-management)

With DeployerPHP, you can effortlessly provision cloud instances, install services, and manage deployments and operations directly from the command line.

### Composable Commands

[](#composable-commands)

Atomic commands allow you to easily spin up new servers and create automation pipelines for running your own custom workflows on demand.

### AI Agent Support

[](#ai-agent-support)

Use your favorite AI agents to debug server and site issues, using DeployerPHP's built-in agent skills scaffolding.

License
-------

[](#license)

DeployerPHP is open-source software distributed under the [MIT License](/LICENSE).

You can use it freely for personal or commercial projects, without any restrictions.

This also means there are no guarantees or warranties. You are on your own.

Contributing
------------

[](#contributing)

Thank you for considering contributing to DeployerPHP!

Please see [CONTRIBUTING](/CONTRIBUTING) for details.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance87

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Total

5

Last Release

82d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8a480ff5decb958b99aa7e82d8a7a41310ef829b21a8616ac81a5f6f2e4bba1?d=identicon)[loadinglucian](/maintainers/loadinglucian)

---

Top Contributors

[![loadinglucian](https://avatars.githubusercontent.com/u/235876?v=4)](https://github.com/loadinglucian "loadinglucian (278 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (68 commits)")

---

Tags

deploymentdevopsphpautomationserverdevopsdeployment

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/loadinglucian-deployer-php/health.svg)

```
[![Health](https://phpackages.com/badges/loadinglucian-deployer-php/health.svg)](https://phpackages.com/packages/loadinglucian-deployer-php)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[andres-montanez/magallanes

The Deployment Tool for PHP Applications

6901.1M6](/packages/andres-montanez-magallanes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
