bigpixelrocket/deploy-core

Server and site deployment tool for PHP

Maintainers

Package info

github.com/Bigpixelrocket/deploy-core

pkg:composer/bigpixelrocket/deploy-core

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

dev-main 2026-05-03 16:07 UTC

This package is not auto-updated.

Last update: 2026-05-04 07:02:04 UTC


README

DeployCore Logo

Supports PHP >= 8.3 Latest Stable Version License

https://bigpixelrocket.com/deploy-core

Meet DeployCore

This is DeployCore, 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:

DeployCore in action

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 DeployCore
composer require --dev bigpixelrocket/deploy-core
alias deploy="./vendor/bin/deploy"

# Add your server to the inventory
deploy server:add

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

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

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

# Create a site
deploy site:create

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

# Deploy your application
deploy site:deploy

# Enable HTTPS
deploy site:https

Benefits

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

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 DeployCore.

End-To-End Management

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

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

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

License

DeployCore is open-source software distributed under the MIT 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

Thank you for considering contributing to DeployCore!

Please see CONTRIBUTING for details.