Download the PHP package jetrails/deployer-autopilot without Composer

On this page you can find all versions of the php package jetrails/deployer-autopilot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package deployer-autopilot

Deployer — AutoPilot Recipe

AutoPilot deployer recipe, guides, and examples

About

Deployer is a deployment tool written in PHP with support for popular frameworks out of the box. Deployer is used by hundreds of thousands of projects worldwide, performing over a million monthly deploys. Deployer comes with more than 50 ready-to-use recipes for frameworks and third-party services. You can find more information about Deployer at https://deployer.org/.

This repository is created to help you adjust your Deployer deployment configuration and deploy applications on the AutoPilot platform.

AutoPilot Recipe

We have created a recipe that you can use to deploy your PHP applications on the AutoPilot platform. You can install the recipe using Composer by running the following command:

After installing the recipe, you can add the following code to the top of your deploy.php file:

This recipe, includes helpful tasks and configurations that are relevant to deploying applications on the AutoPilot platform. Here are the tasks that are included in the recipe:

Command Description
autopilot:restart:php-fpm Restart php-fpm
autopilot:restart:nginx Restart nginx
autopilot:restart:mysql Restart mysql
autopilot:restart:rabbitmq Restart rabbitmq
autopilot:restart:opensearch Restart opensearch
autopilot:restart:varnish Restart varnish
autopilot:flush:redis-cache Flush redis-cache
autopilot:flush:redis-session Flush redis-session

We also include date based releases, which can be optionally enabled in your deploy.php file by adding the following line:

This will prefix the current date to the deployer release number, for example 2024-10-04-002.

Examples & Guides

You can find example deploy.php files in the examples directory that integrate the AutoPilot recipe with the official application recipes.

Application Example
Magento 2 examples/magento2.php
Shopware examples/shopware.php
WordPress examples/wordpress.php

You can find additional guides on how to setup a deployment pipeline with popular continuous deployment tools here:

Platform Guide
Drone CI docs/guide-drone-ci.md
GitHub Actions docs/guide-github-actions.md

All versions of deployer-autopilot with dependencies

PHP Build Version
Package Version
Requires deployer/deployer Version ^7.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jetrails/deployer-autopilot contains the following files

Loading the files please wait ....