rebelinblue / deployer
Simple deployment management for PHP projects.
Installs: 311
Dependents: 0
Suggesters: 0
Security: 0
Stars: 916
Watchers: 48
Forks: 185
Open Issues: 42
Type:project
Requires
- php: >=5.6.4
- andywer/js-localization: dev-laravel-5
- backup-manager/laravel: ^1.1
- creativeorange/gravatar: ~1.0
- cweagans/composer-patches: ^1.6
- doctrine/dbal: ~2.5
- fideloper/proxy: ^3.1
- graham-campbell/binput: ~3.3
- guzzlehttp/guzzle: ^6.2
- htmlmin/htmlmin: ~4.5
- intervention/image: ^2.3
- laracademy/interactive-make: ^1.1
- laravel-notification-channels/hipchat: ~0.2
- laravel-notification-channels/twilio: ~1.0.2
- laravel-notification-channels/webhook: ~1.0.2
- laravel/framework: ^5.4
- laravel/tinker: 1.0.*
- lubusin/laravel-decomposer: ^1.0
- mccool/laravel-auto-presenter: ^5.0
- melihovv/laravel-log-viewer: ^1.2
- michele-angioni/multi-language: 0.3
- pda/pheanstalk: ~3.1
- pragmarx/google2fa: ^1.0.0
- predis/predis: ~1.0
- rebelinblue/laravel5-zxcvbn: dev-master
- tymon/jwt-auth: ~0.5
- version/version: ^2.2
Requires (Dev)
- andreas-weber/php-junit-merge: ^1.0
- barryvdh/laravel-ide-helper: ^2.1
- block8/php-docblock-checker: ^1.1
- filp/whoops: ^2.0
- friendsofphp/php-cs-fixer: ^2.0
- fzaninotto/faker: ~1.5
- itsgoingd/clockwork: ~2.0
- jakub-onderka/php-parallel-lint: ^0.9.2
- johnkary/phpunit-speedtrap: ^1.0
- laravel/dusk: ^1.0
- lstrojny/phpunit-clever-and-smart: 0.*
- mockery/mockery: ^0.9
- php-mock/php-mock-mockery: ^1.1
- phploc/phploc: ~3.0
- phpmd/phpmd: ~2.4
- phpunit/phpcov: 3.1.0
- phpunit/phpunit: ~5.7
- sebastian/phpcpd: ^3.0
- spatie/laravel-migrate-fresh: dev-php56
- squizlabs/php_codesniffer: ~2.5
- symfony/yaml: ^3.2
- themsaid/laravel-langman: ~1.3.4
- dev-master
- 0.0.47
- 0.0.46
- 0.0.45
- 0.0.44
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.37
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-backup
- dev-feature/password-strength
- dev-feature/environments
- dev-feature/revisionable
- dev-refactor/server-templates
- dev-feature/php-fpm
This package is auto-updated.
Last update: 2025-01-29 05:06:22 UTC
README
Deployer is a PHP Application deployment system powered by Laravel 5.5, written & maintained by Stephen Ball.
Check out the releases, license, screenshots and contribution guidelines.
See the wiki for information on system requirements, installation & upgrade instructions and answers to common questions.
What it does
- Deploys applications to multiple servers accessible via SSH
- Clones your project's git repository
- Installs composer dependencies
- Runs arbitrary bash commands
- Gracefully handles failure in any of these steps
- Keeps a number of previous deployments
- Monitors that cronjobs are running
- Allows deployments to be triggered via a webhook
What it doesn't do
- Provision VMs
- Install system packages
- Configure the web server, database or other services
- Run a test suite or check code quality
License
Deployer is licensed under The MIT License (MIT).