rebelinblue / deployer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple deployment management for PHP projects.
0.0.47
2018-06-06 21:12 UTC
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
This package is auto-updated.
Last update: 2025-06-29 01:07:09 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).