bigpixelrocket / deploy-core
Server and site deployment tool for PHP
Requires
- php: ^8.3
- ext-pcntl: *
- aws/aws-sdk-php: ^3.379
- guzzlehttp/guzzle: ^7.10
- jeremykendall/php-domain-parser: ^6.4
- laravel/prompts: ^0.3.17
- phpseclib/phpseclib: ^3.0
- symfony/console: ^7.4
- symfony/dotenv: ^7.4
- symfony/filesystem: ^7.4
- symfony/yaml: ^7.4
- toin0u/digitalocean-v2: ^5.0
Requires (Dev)
- laravel/pint: ^1.29
- pestphp/pest: ^3.8
- pestphp/pest-plugin-arch: ^3.1
- phpstan/phpstan: ^2.1
- rector/rector: ^2.4
This package is not auto-updated.
Last update: 2026-05-04 07:02:04 UTC
README
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:
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.