Deployer
The PHP deployment tool with support for popular frameworks out of the box (by deployphp)
ext-openswoole
Programmatic server for PHP with async IO, coroutines and fibers (by openswoole)
Our great sponsors
Deployer | ext-openswoole | |
---|---|---|
46 | 31 | |
10,072 | 755 | |
0.9% | 1.7% | |
0.0 | 6.8 | |
9 days ago | 25 days ago | |
PHP | C++ | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Deployer
Posts with mentions or reviews of Deployer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-07.
-
Every client asks: Why not Wordpress?
I use deploybot.com to handle like 10 different Drupal installs, on a shared hosting. See also https://deployer.org but you can have your "light" platform.sh on a reasonably cheap shared hosting.
-
Ask HN: Easiest and cheapest full-stack frameworks that you love?
Is there an equivalent for deployer in .NET world?
-
Ideas for minimum PHP pipeline for a small team
The easiest way to switch from your current ssh -> git pull deployment to CI deployment is the switch to Deployer. https://deployer.org/ which is doing something similar but in a blue/green deployment way. A github action for it can look like this:
We have recently moved from jenkins + deployer.org to envoyer.. Alot of value and ease of life considering the monthly fee....
-
What are your deployment steps for continuous delivery with a Laravel App?
I use deployer and deployphp github action
I would also check out PHP Deployer (https://deployer.org/) as an open source/free alternative to some of those paid solutions mentioned in other comments.
We run a GitHub Actions workflow on push to master / PR merges for our Laravel apps that builds our assets, runs tests & code quality checks, then deploys to our server(s) using Deployer.
-
How to deploy LAMP stack
setup blue/green deployments or go fancy with something like deployer
-
What tools/services are you using to deploy your Symfony app to servers?
Deployer https://deployer.org/
-
How to deploy an app?
I'm not looking for a hosting, i'm looking for the equivalent of deployer.org for node. A package that handles the process to git pull, install dependencies, rollback if necessary, etc... When i search for "how to deploy a node app" all i get is tutorials on how to deploy to Heroku, Vercel & other cloud providers :(
ext-openswoole
Posts with mentions or reviews of ext-openswoole.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-11.
-
Go with PHP (why it's still a good idea to use PHP in 2023)
its a PHP extension that gives PHP superpowers: https://github.com/swoole/swoole-src https://openswoole.com/
-
Using PHP as a multiplayer FPS game engine with clients renderer using WebGL
interesting project, will check it out, at a first look, I believe this project would benefit from OpenSwoole (https://openswoole.com/), as it greatly increases PHP app performance.
-
Moving from Java to PHP Project
Unless you mean Asynchronous code? Yeah, there's something for that too
-
PHP parallel processing idea
You probably want to look into https://openswoole.com
-
Is it possible that PHP will ever get async/await functions?
These can be performed concurrently in PHP with Swoole https://openswoole.com/
-
Run PHP in WebAssembly on Netlify Edge Functions
php should adopt swoole or perish.
there is swoole (https://openswoole.com/) - which adds event loop and async and other cool things to php that nodejs fanboys think are only in nodejs. it's now extremely easy to write websockets server in php.
-
How to make your self hosted cloud (Nextcloud) faster and to acceptable performance?
i wish nextcloud would use php swoole - it turns php async. https://openswoole.com/
-
Weekly help thread
I always couple my php projects with swoole: https://openswoole.com/ Swoole adds all the asynchronous features that you would miss in large projects that need to scale. as to frameworks - I would highly recommend hyperf: https://hyperf.wiki/2.2/#/en/
-
Recommended Lightweight PHP Frameworks for REST Development?
swoole brings golang style coroutines to php and a whole bunch of other features: https://openswoole.com/
What are some alternatives?
When comparing Deployer and ext-openswoole you can also consider the following projects:
Envoy - Elegant SSH tasks for PHP.
Rocketeer
Magallanes - The PHP Deployment Tool
Pomander - Deploy your PHP with PHP. Inspired by Capistrano and Vlad.
Plum - A deployer library for PHP 5.3
PHPloy - PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
Swoole - 🚀 Coroutine-based concurrency library for PHP
Slim - Slim Framework 4 Skeleton Application
liquibase - Main Liquibase Source
Laradock - Full PHP development environment for Docker.
HHVM - A virtual machine for executing programs written in Hack.
React - Event-driven, non-blocking I/O with PHP.