ansistrano / php
PHP Compose package for facilitate the set-up for deploying PHP applications
Fund package maintenance!
ansistrano
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.1
Requires (Dev)
- composer/composer: ^1.10
This package is auto-updated.
Last update: 2024-10-23 19:55:15 UTC
README
PHP Compose package for facilitate the set-up for deploying PHP applications.
Goal: Deploy in two commands
composer require ansistrano/php
composer deploy
Application deployed!
Deploy Script
composer deploy
It should be executing ansible-playbook .ansistrano/deploy.yml -i .ansistrano/hosts
Internals
There may be some alternatives as an implementation:
A. We can use a composer-plugin
and combination of events as possible option.
B. We can use a composer-plugin
and a customer installer.