easycorp / easy-deploy-bundle
The easiest way to deploy Symfony applications
Installs: 290 213
Dependents: 1
Suggesters: 2
Security: 0
Stars: 471
Watchers: 27
Forks: 103
Open Issues: 73
Type:symfony-bundle
Requires
- php: >=7.2.0
- symfony/console: ~2.3|~3.0|~4.0|~5.0
- symfony/dependency-injection: ~2.3|~3.0|~4.0|~5.0
- symfony/expression-language: ~2.4|~3.0|~4.0|~5.0
- symfony/filesystem: ~2.3|~3.0|~4.0|~5.0
- symfony/http-foundation: ~2.3|~3.0|~4.0|~5.0
- symfony/http-kernel: ~2.3|~3.0|~4.0|~5.0
- symfony/polyfill-mbstring: ^1.3
- symfony/process: ~2.3|~3.0|~4.0|~5.0
Requires (Dev)
- phpunit/phpunit: ^6.1
README
EasyDeployBundle is the easiest way to deploy your Symfony applications.
Features
- Zero dependencies. No Python. No Ruby. No Capistrano. No Ansible. Nothing.
- Zero configuration files. No YAML. No XML. No JSON. Just pure PHP awesomeness.
- Multi-server and multi-stage deployment (e.g. "production", "staging", "qa").
- Zero downtime deployments.
- Supports Symfony 2.7+, Symfony 3.x and Symfony 4.x applications.
- Compatible with GitHub, BitBucket, GitLab and your own Git servers.
Requirements
- Your local machine: PHP 7.1 or higher and a SSH client.
- Your remote servers: they allow SSH connections from the local machine.
- Your application: it can use any version of Symfony (2.7+, 3.x, 4.x).
Documentation
Tutorials
- Creating a Local SSH Configuration File
- Troubleshooting Connection Issues to Remote SSH Servers
- Cloning the Application Code on Remote Servers
NOTE EasyDeploy does not "provision" servers (like installing a web server and the right PHP version for your application); use Ansible if you need that. EasyDeploy does not deploy containerized applications: use Kubernetes if you need that.